Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Path Parameters

id
string
required

Contact ID or email

Body

application/json

Fields to update

client_contact_id
string
company
string
email
string
Example:

"jane@example.com"

external_id
string
first_name
string
is_subscribed
boolean
last_name
string
phone
string
signup_source
string
unsubscribe_reason
string

Applied when is_subscribed is false; ignored when true.

Response

OK

data
object
errors
object[]
message
string
Example:

"Operation successful"

meta
object
success
boolean
Example:

true