Enrich by Email
Enrichment
Enrich by Email
Lookup person and company details using only an email address, without touching existing contacts
POST
Enrich by Email
Request
Use this endpoint to fetch enrichment data when you do not yet have a contact record - for example, scoring inbound leads before creating them or pre-populating a signup form. Unlike/v1/enrich/contact, this endpoint never writes to your database.
Headers
Optional UUID. Deduplicates retries within 24 hours; the credit is charged only on the first call.
Body Parameters
Email address to look up. Must be a syntactically valid RFC 5321 address.
Optional subset of sections to return:
person, company, social. Defaults to all sections.When
true, additionally performs SMTP verification and returns deliverable status.Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Malformed or missing email |
| 401 | invalid_key | Invalid or expired API key |
| 402 | insufficient_credits | Workspace credit balance is exhausted |
| 403 | insufficient_permissions | Missing write:enrich permission |
| 409 | no_match | Upstream providers returned no data |
| 429 | rate_limited | Rate limit exceeded |