v1

latestOpenAPI 3.1.02026-07-2670105729.6 KB
Contacts

Update a contact

Patches one or more fields on the contact ({ fields: { <name>: <value> } } — core columns or custom fields). Returns { contact, updated } where updated lists the field names that changed.

patch/v1/contacts/{email}

Path parameters

emailstring email required

The contact’s email address (URL-encoded). Email is the contact primary key.

Example:jane%40example.com

The contact’s email address (URL-encoded). Email is the contact primary key.

Request body

fieldsobject required

Response

Patched.

updatedstring[] required