API v1 Documentation
Client API - Contacts
Client API - Display
Client API - Environment
Client API - Response
Client API - User
Management API - Action Class
Management API - Attribute Class
Management API - Contact Attribute Keys
Management API - Contact Attributes
Management API - Contacts
Management API - Me
Management API - People
Management API - Response
Management API - Storage
Management API - Survey
Management API - Webhook
Health
Management API - Contact Attributes
Get All Contact Attributes
Retrieve a list of all contact attributes in the current environment
GET
/
api
/
v1
/
management
/
contact-attributes
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/contact-attributes \
--header 'x-api-key: <x-api-key>'
Copy
Ask AI
{
"data": [
{
"attributeKeyId": "cm4jnsxxh00ukh3aq08gpdafw",
"contactId": "cm4jnsxcd00ufh3aqz1b6zox6",
"createdAt": "2024-12-11T08:59:38.309Z",
"id": "cm4jnsxxh00umh3aq76q08ah1",
"updatedAt": "2024-12-11T08:59:38.309Z",
"value": "eight"
}
]
}
Headers
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/contact-attributes \
--header 'x-api-key: <x-api-key>'
Copy
Ask AI
{
"data": [
{
"attributeKeyId": "cm4jnsxxh00ukh3aq08gpdafw",
"contactId": "cm4jnsxcd00ufh3aqz1b6zox6",
"createdAt": "2024-12-11T08:59:38.309Z",
"id": "cm4jnsxxh00umh3aq76q08ah1",
"updatedAt": "2024-12-11T08:59:38.309Z",
"value": "eight"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.