Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json

The id field identifies the contact to update and can be one of: the contact's UUID, alt:ext_id:<ext_id>, alt:email:<email>, or alt:phone_number:<phone_number>. Contacts are unique per email, phone number, or ext_id. No two contacts can have the same email, phone number, or ext_id.

id
string
required

Identifier of the contact to update. Can be the contact's UUID, alt:ext_id:<ext_id>, alt:email:<email>, or alt:phone_number:<phone_number>.

email
string<email>

Email address of the contact

phone_number

Phone number of the contact

ext_id
string

Ext id of the contact

first_name
string

First name of the contact

last_name
string

Last name of the contact

custom_fields
object

Response

Contact updated successfully

id
string

ID of the contact

email
string<email>

Email address of the contact

phone_number
string

Phone number of the contact

ext_id
string

Ext id of the contact

first_name
string

First name of the contact

last_name
string

Last name of the contact

custom_fields
object[]

Custom fields of the contact