v2
latestOpenAPI 3.1.02026-08-07750280.6 KBContacts
Update contact
Partially update a specific contact by ID. Supports custom field auto-creation and null semantics.
patch/contacts/{contact_id}
Path parameters
contact_idstring uuid required
Request body
Example request
{
"address": "456 New St, City, State",
"custom_fields": {
"department": "Marketing",
"hair_color": "blonde"
},
"email": "john.smith@example.com",
"first_name": "John",
"last_name": "Smith"
}Response
Contact updated successfully