v2

OpenAPI 3.1.02026-07-264960204.2 KB

Bulk match contacts by name or email

Match a list of person names and/or emails to contacts in the database. Queries with an email are looked up by exact match first, falling back to name matching. Returns a task ID for async processing. Check status via /contactmatch/status/{task_id}.

post/contacts/bulk-match

Request body

enrichboolean

When true, hydrate full contact data from the vector database (costs credits).

limitinteger

Maximum matches per query (1-20).

Response

Successful Response

task_idstring required

Unique task identifier for polling status