List all custom attributes in an account
GET
/api/v1/accounts/{account_id}/custom_attribute_definitions
Custom Attributes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//custom_attribute_definitions?attribute_model'
Response Response Example
200 - Example 1
[
{
"id": 0,
"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": 0
}
]
Request
Path Params
account_id
stringÂ
required
Query Params
attribute_model
enum<string>Â
required
Allowed values:
01