Skip to main content
A partial update. Send only the fields you want to change; everything else is left untouched. PATCH /v1/contacts/{id}

Path parameters

string
required
The contact id to update.

Body

Send any subset of the following.
string | null
New given name. Pass null to clear it.
string | null
New family name. Pass null to clear it.
object
Replace the contact’s metadata object.
Flip subscription with the dedicated endpoints. To opt a contact in or out, prefer unsubscribe and resubscribe — they also stamp and clear unsubscribedAt for you.

Request

Response

Returns 200 OK with the updated contact. An unknown id returns 404 not_found.
200 OK