Skip to main content
POST
Create a contact property

Authorizations

Authorization
string
header
required

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

Body

application/json

There are a few reserved names that you cannot use for contact properties.

name
string
required

The name of the property. This should be in camelCase, like planName or importDate.

type
enum<string>
required

The type of property.

Available options:
string,
number,
boolean,
date

Response

Successful create.

success
boolean
required
Example:

true

Last modified on July 17, 2026