cURL
curl --request POST \ --url https://chat.zoko.io/v2/customer/{id}/tags \ --header 'apikey: <api-key>'
[ { "status": "200", "message": "tag added", "details": "tag added for customer {{id}}" } ]
Create Customer Tag
Authentication is done via apikey provided for your account
apikey
Include the following in your request header
apikey: "your_apikey_here"
ID of customer
Add Customer Tag
The response is of type object[].
object[]