Email Verifier
Verify Bulk Emails
Validate a batch of email addresses in one request (up to 5,000) and check deliverability with the Email Verifier
POST
POST
Run multiple email verifications in a single request. Up to 5,000 verifications per batch. Authenticate every request with your API key in the
x-api-key header. To verify a single address instead, use the Verify Single Email endpoint.
Enrow performs determinist verifications that verify even catch-all emails. No debouncer needed.
Request Body
array of strings
required
Array of email addresses to verify.
object
Custom params that will be returned in the GET response and in the webhook notification.
object
Settings related to this bulk verification.
Response
201 — Bulk verification 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)
object
Credit breakdown
Error Responses
On insufficient credits, the bulk endpoint returns 402 with body
{ "message": "..." }. See Error handling for the full list of status codes and response formats.Next steps
Get the results
Retrieve verification results using the batch
id.Verify a single email
Check whether one email address is valid and deliverable.
Credits & billing
See how credits are consumed for each endpoint.
Webhooks
Get notified automatically when a batch completes.

