POST
/
contacts

Authorizations

Authorization
string
headerrequired

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

Body

application/json
id
string | null

Include the ID to update an existing contact. Omit to create a new one.

email
string | null
phoneNumber
string | null
firstName
string | null
lastName
string | null
metadata
object | null

Response

200 - application/json
id
string
organizationId
string
email
string | null
phoneNumber
string | null
firstName
string | null
lastName
string | null
metadata
object | null
createdAt
string
updatedAt
string