Contacts
Update Contact
Partially update a contact — only the fields you send are changed
PATCH
Headers
string
required
Bearer YOUR_API_KEYstring
Your project UUID. Not required if the API key already encodes the project.
Path Parameters
string
required
The contact UUID
Request Body
All fields are optional. Only the fields you include will be updated.string
Full name
string
Email address
string
Phone number
string
Mobile number
string
Company name
string
new · active · inactive · archivedstring
Internal notes
string
First name
string
Last name
string
City
string
State or province
string
Postal / ZIP code
string
Country
object
Replaces the entire
custom_fields object. Use the custom fields endpoint for a merge-patch instead.string[]
Replaces all existing tags on the contact when provided.
boolean
Set to
true to mark as unsubscribed. Prefer the dedicated unsubscribe endpoint for a full audit trail.