Update a contact
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
Update a contact
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Path Parameters
The contact’s email address (URL-encoded). Email is the contact primary key.
Example:
"jane%40example.com"
Body
application/json