cURL
curl --request GET \ --url 'https://api.retailreadyai.com/api/retailer/v1/facility/{facility_id}?brand_id={brand_id}' \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": [ { "retailer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ] }
Get a list of your retailers, filter by brand
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Retailers retrieved successfully
Success message
Show child attributes
Unique identifier for the retailer
Name of the retailer