Skip to main content
POST
POST
Run multiple email searches in a single request. Up to 5,000 searches per batch. Authenticate every request with your API key in the x-api-key header. To find a single email instead, use the Find Single Email endpoint.
Enrow performs determinist verifications that verify even catch-all emails. No debouncer needed.

Request Body

array of objects
required
Search payloads for which to find corresponding emails.
object
Custom params that will be returned in the GET response and in the webhook notification.
object
Settings relative to the whole bulk search.

Response

201 — Bulk search started

string
Confirmation message
string
Unique identifier for this batch. Use this to retrieve results via the GET endpoint.
number
Total credits consumed. See Credits & billing for per-endpoint costs.
number
Estimated processing time in minutes (not guaranteed)

Error Responses

On insufficient credits, the bulk endpoint returns HTTP 402 with a body of the form { "message": "..." }. See Error handling for the full list of status codes and response formats.

Next steps

Get bulk results

Retrieve the found emails using the batch id.

Find a single email

Run a single email search from a name and company.

Webhooks

Get notified automatically when a batch completes.

Credits & billing

See how credits are consumed for each endpoint.