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>" }
Returns all brands that have any visibility data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Brand response
Brand name
ID of the brand
Hex color for the brand
Was this page helpful?