cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/venues \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "success": true, "data": [ { "id": 123, "name": "<string>", "is_main": 123 } ] }
Retrieve a list of all venues (locations).
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Venues retrieved successfully.
Show child attributes
Was this page helpful?