Skip to main content
GET
/
api
/
v1
/
brands
/
get_all_brands
cURL
curl --request GET \
  --url http://api.quno.ai/api/v1/brands/get_all_brands \
  --header 'Authorization: Bearer <token>'
{
  "brand": "<string>",
  "brand_id": 123,
  "color": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Brand response

brand
string
required

Brand name

brand_id
integer
required

ID of the brand

color
string
required

Hex color for the brand