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