Your API key for authentication.
Path Parameters
The unique identifier of the contact to update.
Body Parameters
Updated name for the contact.
Email address to add or update for the contact.
External ID to add or update for the contact.
Custom metadata to merge with existing metadata. New keys are added, existing keys are updated.
Response
The updated contact object.
Unique identifier for the contact.
Organization ID the contact belongs to.
Custom metadata associated with the contact.
ISO timestamp when the contact was created.
ISO timestamp when the contact was last updated.
Error array (null on success).
{
"data": {
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"org_id": "11111111-2222-3333-4444-555555555555",
"name": "John Smith",
"metadata": {
"source": "web_signup",
"preferences": {
"language": "en"
},
"verified": true
},
"created_at": "2025-07-20T10:30:00.000Z",
"updated_at": "2025-07-22T16:00:00.000Z"
},
"errors": null
}