POST
/
contacts

Authorizations

Authorization
string
headerrequired

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

Body

application/json
phone
string
required

The phone number of the contact

email
string

The email address of the contact

firstName
string

The first name of the contact

lastName
string

The last name of the contact

dateOfBirth
string

The date of birth of the contact

address1
string

The first line of the address of the contact

city
string

The city of the address of the contact

state
string

The state of the address of the contact

country
string

The country of the address of the contact

postalCode
string

The postal code of the address of the contact

customField
object

The custom fields of the contact. You can get the custom field ids from the /custom-fields endpoint

Response

200 - application/json
phone
string
required

The phone number of the contact

email
string

The email address of the contact

firstName
string

The first name of the contact

lastName
string

The last name of the contact

dateOfBirth
string

The date of birth of the contact

address1
string

The first line of the address of the contact

city
string

The city of the address of the contact

state
string

The state of the address of the contact

country
string

The country of the address of the contact

postalCode
string

The postal code of the address of the contact

customField
object

The custom fields of the contact. You can get the custom field ids from the /custom-fields endpoint