Skip to main content
Contact enrichment turns a LinkedIn URL, email address, X handle, or GitHub username into verified email addresses and phone numbers. You can enrich contacts one at a time for immediate results, or submit large batches asynchronously and poll for completion.

Endpoint overview


Enrichment request

Input modes

You can enrich a single person immediately or submit a batch. Use exactly one of identifier or identifiers.
Pass one identifier object with one of the supported identity fields.

Request fields

PersonIdentifier fields

Each identifier object should include one of these fields:

Examples


Responses

Sync enrichment (HTTP 200)

Single LinkedIn contact requests that only ask for contact.email and/or contact.phone can complete synchronously.

Async completed result

When a batch enrichment succeeds, the poll response contains item-level statuses.

Async accepted (HTTP 202)

Batch requests and signal requests return a job reference immediately.
Poll GET /api/enrichments/:id until status is "succeeded". The enriched records are in result.

Enrichment result fields