/v1/bulk
This endpoint is available starting from Reacher v0.10.
Last updated
This endpoint is available starting from Reacher v0.10.
Last updated
Initiate a bulk email verification.
A list of emails to verify.
Optional webhook configuration for sending email verification results during bulk verification.
OK
The unique ID generated for this bulk verification job. Use this job_id
to query the progress or results of the bulk verification.
Retrieve the progress of a bulk verification job.
The unique bulk verification job ID
OK
The date and time when the bulk verification job was created.
If the bulk verification job is completed, the date and time when it was finished.
The number of emails to verify in the bulk verification job.
The number of emails that have been verified at the time of the query.
A summary of the processed emails.
The status of the job, either "Running" or "Completed".
Retrieve the results of a bulk verification job. This endpoint will return an error if the job is still running. Please query GET /v1/bulk/{job_id}
first to check the job's progress.
The unique bulk verification job ID
OK
The result of the email verification process.