GET
/
api
/
v1
/
accounts
/
{account_id}
/
custom_attribute_definitions
/
{id}
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/custom_attribute_definitions/{id}
{
  "id": 123,
  "attribute_display_name": "<string>",
  "attribute_display_type": "<string>",
  "attribute_description": "<string>",
  "attribute_key": "<string>",
  "attribute_values": "<string>",
  "default_value": "<string>",
  "attribute_model": "<string>",
  "account_id": 123
}

Path Parameters

account_id
integer
required

The numeric ID of the account

id
integer
required

The ID of the custom attribute to be updated.

Response

200
application/json
Success

The response is of type object.