cURL
curl --request GET \ --url https://api.retailreadyai.com/api/brand/v1/facility/{facility_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": [ { "brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "external_brand_code": "<string>" } ] }
Get a list of your brands, ids, and external brand codes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved brands
Success message
Show child attributes
Unique identifier for the brand
Name of the brand
External Brand Code