Skip to main content
PUT
Update profile fields, assign or replace segmentation tags, and edit custom key-value metadata on an existing contact record.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the contact to update. Example: 7b8f9e2a-4c1d-48ef-9123-bcde456789ab.
string
required
Bearer token for authentication. Format: Bearer <token>.
string
Updated full name of the contact.
string
Updated destination telephone number.
string[]
Updated array of segmentation tags (e.g. ["vip", "churn_risk"]).
string
Updated internal notes.
object
Updated custom metadata attributes dictionary.

Response Fields

Returns the updated ContactResponse object:
string
Contact UUID.
string
Organization UUID.
string
Updated telephone number.
string
Updated full name.
string[]
Updated segmentation tags.
string
Updated internal notes.
object
Updated metadata object.
string
Creation timestamp.
string
Modification timestamp.


Previous
Delete contact
DELETE /api/v1/contacts/{contact_id}
Next