Skip to main content
POST
Update any fields for an existing contact. Only include fields you want to change.

Request Body

string
required
The unique identifier of the contact to update.
string
Updated name.
string
Updated email.
string
Updated company.
string
Updated notes.
array
Updated tags (replaces existing tags).
array
Tags to add (appends to existing tags).
array
Tags to remove.
object
Metadata to merge (existing keys are overwritten, new keys are added).

Response

Returns the updated contact object.