cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/users \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "success": true, "data": [ { "id": 123, "email": "[email protected]", "username": "<string>", "first_name": "<string>", "last_name": "<string>", "status": true, "owner": 123, "created_at": "2023-11-07T05:31:56Z" } ], "total": 123 }
Retrieve a list of all users.
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Users retrieved successfully.
Show child attributes
Was this page helpful?