Customer
Add Customer Tag
Create Customer Tag
POST
/
customer
/
{id}
/
tags
Authorization
Path
Query
curl --request POST \
--url https://chat.zoko.io/v2/customer/{id}/tags \
--header 'apikey: <apikey>'
[
{
"details": "tag added for customer {{id}}",
"message": "tag added",
"status": "200"
}
]
Authorizations
apikey
string
headerrequiredAuthentication is done via apikey
provided for your account
Include the following in your request header
apikey: "your_apikey_here"
Path Parameters
id
string
requiredID of customer
Query Parameters
tag
string
requiredResponse
200 - application/json
details
string
message
string
status
string
curl --request POST \
--url https://chat.zoko.io/v2/customer/{id}/tags \
--header 'apikey: <apikey>'
[
{
"details": "tag added for customer {{id}}",
"message": "tag added",
"status": "200"
}
]