Skip to main content
POST
Create Contact

Authorizations

X-API-KEY
string
header
required

Your organization's API key

X-ORG-ID
string
header
required

Your organization's identifier

Body

application/json
firstName
string | null

First name

lastName
string | null

Last name

email
string | null

Email address

mobilePhone
string | null

Mobile phone number

businessPhone
string | null

Business phone number

accountId
string | null

ID of the linked account

buildingLocation
string | null

Building or location name

street1
string | null

Street address line 1

street2
string | null

Street address line 2

city
string | null

City

postalCode
string | null

Postal / ZIP code

state
string | null

State or province

country
string | null

Country

Response

200

Contact created successfully