Skip to main content
GET
/
api
/
v1
/
management
/
contact-attribute-keys
/
{contactAttributeKeyId}
Get Contact Attribute Key by ID
curl --request GET \
  --url https://{baseurl}/api/v1/management/contact-attribute-keys/{contactAttributeKeyId} \
  --header 'x-api-key: <x-api-key>'
{
  "data": {
    "createdAt": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "environmentId": "<string>",
    "id": "<string>",
    "isUnique": true,
    "key": "<string>",
    "name": "<string>",
    "type": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Headers

x-api-key
string
required

Path Parameters

contactAttributeKeyId
string
required

The ID of the contact attribute key to retrieve

Response

OK

data
object