Skip to main content
GET
List contact properties

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

list
string

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

Response

Successful.

key
string
required

The key of the contact property.

label
string
required

The human-friendly label for this property..

type
enum<string>
required

The type of property.

Available options:
string,
number,
boolean,
date
Last modified on July 17, 2026