v4
latestOpenAPI 3.1.02026-07-3163216290.7 KBContact 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.
Example response
[
{
"key": "favoriteColor",
"label": "Favorite color",
"type": "string"
}
]