Skip to main content
POST
Create contact

Authorizations

Authorization
string
header
required

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

Body

application/json
firstName
string | null
lastName
string | null
email
string<email> | null
phoneNumber
string | null
labels
object[]
attributes
object[]

Response

200 - application/json
success
enum<boolean>
required
Available options:
true
data
object
required