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 email addresses to verify.
Custom params that will be returned in the GET response and in the webhook notification.
Settings related to this bulk verification.
Response
201 — Bulk verification started
Confirmation message
Unique identifier for this batch. Use this to retrieve results via the GET endpoint.
Total credits consumed. See Credits & billing for per-endpoint costs.
Estimated processing time in minutes (not guaranteed)
Credit breakdown
Error Responses
| Code | Message |
|---|---|
| 400 | Missing payload |
| 400 | At least 1 verification must be present in the payload |
| 400 | Too many verifications. Limit is currently at 5000 per batch. |
| 401 | No apikey found in the x-api-key headers |
| 401 | This apikey is not valid |
| 402 | Insufficient credits |
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.

