cURL
curl --request GET \ --url https://chat.zoko.io/v2/customer/{id} \ --header 'apikey: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "channels": [ { "channel": "whatsapp", "scopeId": 919998880000 } ], "assignment": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "email": "<string>", "team": true } }
Retrieve customer details
Authentication is done via apikey provided for your account
apikey
Include the following in your request header
apikey: "your_apikey_here"
ID of customer
Customer details
Customer model