v4

latestOpenAPI 3.1.02026-07-3163216290.7 KB
Contact properties

List contact properties

Retrieve a list of your account's contact properties.<br>Use the list parameter to query "all" or "custom" properties.

get/v1/contacts/properties

Query parameters

liststring

all (default) or custom (only custom contact properties)

Response

Successful.

keystring required

The key of the contact property.

labelstring required

The human-friendly label for this property.

type'string' | 'number' | 'boolean' | 'date' required

The type of property.

Example response

[
  {
    "key": "favoriteColor",
    "label": "Favorite color",
    "type": "string"
  }
]