Get Verification
Verification
Get Verification
Get verification status and results
GET
Get Verification
Retrieve the status and results of a batch verification. Poll this endpoint untilDocumentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
status is completed or failed.
Path Parameters
The verification batch ID (e.g.,
ver_abc123).Examples
Response
Verification batch ID.
Current status:
pending- Not yet startedprocessing- In progresscompleted- Finished successfullyfailed- Verification failed
Total emails in the batch.
Number of emails processed so far.
Credits used for this batch.
ISO 8601 timestamp when batch was created.
ISO 8601 timestamp when batch completed (if finished).
Array of verification results (only when completed).
Summary analytics (only when completed).
Example Response
Polling Strategy
For optimal performance, use exponential backoff:Errors
| Code | HTTP Status | Description |
|---|---|---|
NOT_FOUND | 404 | Verification batch doesn’t exist |