POST
/
customer
/
{id}
/
properties
curl --request POST \
  --url https://chat.zoko.io/v2/customer/{id}/properties \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "type": "text",
  "title": "<string>",
  "description": "<string>",
  "messages": [
    "<string>"
  ],
  "priority": 123
}'
{
  "status": "204",
  "message": "items(s) deleted",
  "details": "deleted items count - xx"
}

Authorizations

apikey
string
header
required

Authentication is done via apikey provided for your account

Include the following in your request header

apikey: "your_apikey_here"

Path Parameters

id
string
required

ID of customer

Body

application/json

Property data

Customer property model

Response

200
application/json

Create Customer Property

Simple generic response for delete