/v1/bulk
Initiate a bulk email verification.
A Reacher API key is required for all requests. Sign up on https://reacher.email to get your personal API key.
A list of emails to verify.
OK
The unique ID generated for this bulk verification job. Use this job_id to query the progress or results of the bulk verification.
OK
Retrieve the progress of a bulk verification job.
A Reacher API key is required for all requests. Sign up on https://reacher.email to get your personal API key.
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.
The status of the job, either "Running" or "Completed".
OK
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.
A Reacher API key is required for all requests. Sign up on https://reacher.email to get your personal API key.
The unique bulk verification job ID
The number of results to return.
50The offset from which to return the results, equivalent to the number of elements in the array to skip.
OK
OK
Last updated