Node.js
Custom Property APIs
Get Custom Property
This endpoint retrieves a single custom property by its property_id or property_name, along with its options for dropdown and picklist kinds
If the same property name exists under both chat and ticket, pass the type query parameter to specify which one to fetch
If type is omitted and the name matches both, data is returned as an array containing every match
Node.js
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The property_id (e.g. property-xxxx) or the property_name of the custom property
Query Parameters
Specifies whether to resolve the chat or the ticket property when the same name exists under both
Available options:
chat, ticket