Contacts API
An organization-wide address book shared across every agent in your org. Each contact aggregates names, emails, phones, addresses, websites, and arbitrary custom fields. Every contact is visible to every active agent in the organization.
API base URL:
Quick start
Create an account and get your API key from the Inkbox console:
All contact API requests require an API key. Read endpoints accept admin API keys and claimed agent API keys; unclaimed (mid-signup) agent keys are rejected.
Contacts
Create contact
POSTCreate a new contact in your organization
List contacts
GETList contacts with optional substring search
Get contact
GETGet a single contact by ID
Lookup contact
GETReverse-lookup contacts by email, domain, or phone
Update contact
PATCHUpdate a contact with JSON-merge-patch semantics
Delete contact
DELETEDelete a contact
Memory and correspondence
List correspondence
GETRead email, SMS, iMessage, and call history for a contact
List contact facts
GETList active generated memories and their citations
Delete contact fact
DELETEDelete a generated memory and return the remaining memory state
Merge contacts
POSTMerge duplicate contacts and their memories
vCards
Import vCards
POSTBulk-import a vCard stream (up to 1000 cards per request)
Export vCard
GETDownload a single contact as a .vcf file