Enrich Email or Domain
Email
Enrich Email or Domain
Look up a person or organization from an email address or domain
POST
Enrich Email or Domain
Request
Headers
Optional UUID to deduplicate retries within 24 hours. The credit is only charged on the first successful call.
Body Parameters
Email address to resolve. Either
email or domain is required.Domain name to resolve (e.g.
acme.com). Either email or domain is required.Optional subset of sections to return:
person, company, social. Defaults to all.Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Neither email nor domain was provided |
| 401 | invalid_key | Invalid or expired API key |
| 402 | insufficient_credits | Workspace credit balance is exhausted |
| 403 | insufficient_permissions | Missing write:enrich permission |
| 404 | no_match | Upstream providers returned no data for the input |
| 429 | rate_limited | Rate limit exceeded |