Skip to main content
Node.js

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

property_id
string
required

The property_id (e.g. property-xxxx) or the property_name of the custom property

Query Parameters

type
enum<string>

Specifies whether to resolve the chat or the ticket property when the same name exists under both

Available options:
chat,
ticket

Response

200 OK. data is a single property object, or an array of property objects when the name matches both a chat and a ticket property and no type was given

success
boolean
Example:

true

data
object