Email Finder
Find Single Email
Find a single professional email address from a full name and company domain or name
POST
POST
Run a single email search to find a professional email address. Authenticate every request with your API key in the
See Error handling for the full list of status codes and response formats.
x-api-key header. For batch operations, use the Find Bulk Emails endpoint (up to 5,000 searches per batch).
Enrow performs determinist verifications that verify even catch-all emails. This means passing the found emails through a debouncer afterwards isn’t needed.
Request Body
The full name of the person for which to find the email
The company’s domain, multiple formats accepted (
"dundermifflin.com", "https://www.dundermifflin.com"…)Note: Either company_domain or company_name is required.The company’s name (
"Apple", "Air France", …)Note: Either company_domain or company_name is required.Custom params that will be returned in the GET response and in the webhook notification.
A set of settings related to this search
Response
200 — Search initiated
Confirmation message
Unique identifier for this search. Use this to retrieve results via the GET endpoint.
Number of credits consumed. See Credits & billing for per-endpoint costs.
Error Responses
| Code | Message |
|---|---|
| 400 | invalid JSON input |
| 400 | both company_domain and company_name are absent, input payload needs at least one of them |
| 400 | missing fullname |
| 401 | No apikey found in the x-api-key headers |
| 401 | This apikey is not valid |
| 402 | Insufficient credits |
Insufficient-credit (
402) responses on single endpoints return { "reason": "...", "success": false }; all other errors return { "message": "..." }.Next steps
Get the result
Retrieve the found email using the search
id.Find emails in bulk
Run up to 5,000 email searches in a single request.
Authentication
How to pass your API key in the x-api-key header.
Webhooks
Get notified automatically when a search completes.

