Retrieve a specific contact attribute key by its ID. This returns detailed information about how a particular attribute is defined in your environment.
GET
/
api
/
v1
/
management
/
contact-attribute-keys
/
{contactAttributeKeyId}
Get Contact Attribute Key by ID
Copy
curl --request GET \ --url https://{baseurl}/api/v1/management/contact-attribute-keys/{contactAttributeKeyId} \ --header 'x-api-key: <x-api-key>'