Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a list of all venues (locations).
cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/v2/venues \ --header 'x-token: <api-key>'
{ "success": true, "data": [ { "id": 123, "name": "<string>", "is_main": 123 } ] }
JWT access token obtained from /v2/auth endpoint
Venues retrieved successfully.
Show child attributes
Was this page helpful?