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