cURL
curl --request GET \ --url https://integrations.clopos.com/open-api/customers/{id} \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "id": "<string>", "name": "<string>", "email": "[email protected]", "phone": "<string>", "group_id": 123, "balance": { "id": 123, "amount": 123, "type": "<string>" }, "cashback_balance": { "id": 123, "amount": 123, "type": "<string>" }, "group": { "id": 123, "name": "<string>", "discount_type": "<string>", "discount_value": 123, "system_type": "<string>", "total_amount": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" }, "created_at": "2023-11-07T05:31:56Z" }
Retrieve a specific customer by their unique identifier.
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Customer ID
Customer retrieved successfully.
Show child attributes
Was this page helpful?