GET
/
customer
/
{id}
/
properties
/
{propertyId}
curl --request GET \
  --url https://chat.zoko.io/v2/customer/{id}/properties/{propertyId} \
  --header 'apikey: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "entityType": "customer",
  "entityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "text",
  "title": "<string>",
  "description": "<string>",
  "messages": [
    "<string>"
  ],
  "priority": 123
}

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

propertyId
string
required

ID of property

Response

200
application/json
Get Customer Property Details

Customer property response model

id
string
entityType
enum<string>
Available options:
customer
entityId
string
type
enum<string>
Available options:
text,
image,
document,
video
title
string
description
string
messages
string[]
priority
integer