Custom fields
List custom fields
Retrieve a list of your account’s custom contact properties.
GET
/
v1
/
contacts
/
customFields
Request
No parameters.
Response
This endpoint will return a list of custom field objects.
If your account has no custom fields, an empty list will be returned.
Custom fields
array
key
string
The property’s name key.
label
string
The human-friendly label for this property.
type
string
The type of property (one of string
, number
, boolean
or date
).
Was this page helpful?