Find Contact
Contacts
Find Contact
Find a contact by phone number, email, or external ID. Returns the contact with all identifiers, contact_memories (per persona/agent), and memory entities.
POST
Find Contact
Headers
Your API key for authentication.
Body Parameters
Phone number to search for. At least one identifier is required.
Email address to search for. At least one identifier is required.
External ID to search for. At least one identifier is required.
Response
Returns the contact with related data, ornull if not found.
The contact object with identifiers, memories, and entities. Null if no contact found.
Unique identifier for the contact.
Organization ID the contact belongs to.
Contact’s name (if set).
Custom metadata associated with the contact.
Contact identifiers (phone_number, email, external_id) for this contact.
Contact memory objects, one per persona or agent. Each includes summary, facts, recent_messages, open_items, and entities (memory_entity records).
Entity-scoped facts (e.g. bookings, orders) for that memory.
Error array (null on success).
Docs for agents: llms.txt