Skip to main content
POST
Enrich Email or Domain
This endpoint consumes enrichment credits from your workspace balance. Each successful lookup costs 1 credit. If the workspace is out of credits, the API returns 402 insufficient_credits.

Request

Headers

string
Optional UUID to deduplicate retries within 24 hours. The credit is only charged on the first successful call.

Body Parameters

string
Email address to resolve. Either email or domain is required.
string
Domain name to resolve (e.g. acme.com). Either email or domain is required.
array
Optional subset of sections to return: person, company, social. Defaults to all.

Response

object
Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response

Errors