Skip to main content
GET
List custom attribute definitions

Authorizations

api_access_token
string
header
required

API Access Token (underscore format)

api_account_id
string
header
required

Account ID (underscore format for unified message endpoints)

Path Parameters

account_id
string
required

ID of the account in Domix AI

Example:

"16"

Query Parameters

attribute_model
enum<integer>

0 for conversation attributes, 1 for contact attributes

Available options:
0,
1
Example:

1

Response

200 - application/json

Custom attribute definitions retrieved

id
integer
Example:

4

attribute_display_name
string
Example:

"VIP Status"

attribute_display_type
string
Example:

"text"

attribute_key
string
Example:

"vip_status"

attribute_model
string
Example:

"contact_attribute"