Skip to main content
GET
List all custom attributes in an account

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

Query Parameters

attribute_model
enum<string>
required

conversation_attribute(0)/contact_attribute(1)

Available options:
0,
1

Response

Success

id
integer

Identifier

attribute_display_name
string

Attribute display name

attribute_display_type
string

Attribute display type (text, number, currency, percent, link, date, list, checkbox)

attribute_description
string

Attribute description

attribute_key
string

Attribute unique key value

regex_pattern
string

Regex pattern

regex_cue
string

Regex cue

attribute_values
string

Attribute values

attribute_model
string

Attribute type(conversation_attribute/contact_attribute)

default_value
string

Attribute default value

created_at
string

The date and time when the custom attribute was created

updated_at
string

The date and time when the custom attribute was updated