Your API key for authentication.
Body Parameters
Phone number for the contact. At least one identifier is required.
Email address for the contact. At least one identifier is required.
External ID for the contact. At least one identifier is required.
Persona ID for memory scoping. Either persona_id or agent_number should be provided for memory creation.
Agent phone number for memory scoping. Either persona_id or agent_number should be provided for memory creation.
Custom metadata to associate with the contact.
Response
Response containing the contact and creation status.
The resolved 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.
Whether a new contact was created (true) or an existing one was found (false).
Error array (null on success).
{
"data": {
"contact": {
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"org_id": "11111111-2222-3333-4444-555555555555",
"name": "John Doe",
"metadata": {
"source": "api"
},
"created_at": "2025-07-22T10:30:00.000Z",
"updated_at": "2025-07-22T10:30:00.000Z"
},
"created": true
},
"errors": null
}