Skip to main content
POST
Create a contact
Create a contact. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

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

Body

application/json
type
string
is_organization
boolean
first_name
string
middle_name
string
last_name
string
suffix
string
email
string
fax_number
string
dob
string
gender
string

Response

Contact created successfully.

status
integer
required

Operation result indicator.

message
string
required

Human-readable result message.