cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/stations/{id} \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "status": 123, "can_print": true, "reminder_enabled": true, "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "time": 123, "timestamp": "2023-11-07T05:31:56Z" }
Retrieve a single preparation or service station
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Station ID
Station retrieved successfully
Show child attributes
Was this page helpful?