Skip to main content
GET
Get Verification
Retrieve the status and results of a batch verification. Poll this endpoint until status is completed or failed.

Path Parameters

string
required
The verification batch ID (e.g., ver_abc123).

Examples

Response

string
Verification batch ID.
string
Current status:
  • pending - Not yet started
  • processing - In progress
  • completed - Finished successfully
  • failed - Verification failed
integer
Total emails in the batch.
integer
Number of emails processed so far.
integer
Credits used for this batch.
string
ISO 8601 timestamp when batch was created.
string
ISO 8601 timestamp when batch completed (if finished).
array
Array of verification results (only when completed).
object
Summary analytics (only when completed).
Example Response

Polling Strategy

For optimal performance, use exponential backoff:

Errors