Lookup person and company details using only an email address, without touching existing contacts
/v1/enrich/contact, this endpoint never writes to your database.
person, company, social. Defaults to all sections.true, additionally performs SMTP verification and returns deliverable status.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
| 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 |