cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/orders/{id} \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "error": "<string>", "message": "<string>", "details": {} }
Retrieve a specific order by its unique identifier
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Order ID
Include related resources. Supported: receipt:id,service_notification_id,status
Order retrieved successfully
Was this page helpful?