Email Verifier
Get Bulk Verifications
Retrieve bulk email verification results by batch ID, including per-email validity, batch status, and credits used
GET
GET
Retrieve all results from a bulk email verification using the batch ID. 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. To start a batch first, use the Verify Bulk Emails endpoint.
Using a webhook allows you to skip calling this GET endpoint. See How Webhooks Work.
Query Parameters
The
id returned from the POST requestResponse
200 — Verification completed
Batch metadata
Batch statistics
Array of verification results
200 — Verification still in progress
While the batch is still running, the endpoint returns HTTP200 with the batch state instead of the full results.
Batch metadata
Batch progress
Error Responses
| Code | Message |
|---|---|
| 400 | Could not retrieve bulk verification results |
Next steps
Verify emails in bulk
Start a batch verification and get back the batch
id.Verify a single email
Check whether one email address is valid and deliverable.
Webhooks
Get notified automatically when a batch completes instead of polling.
Credits & billing
See how credits are consumed for each endpoint.

