A Reacher API key is required for all requests. Sign up on https://app.no2bounce.com/ to get your personal API key.
Path parameters
job_id integer required
The unique bulk verification job ID
/v1/bulk/{job_id}
Response
Retrieve bulk verification results
GET https://api.reacher.email/v1/bulk/{job_id}/results
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.
Authorizations Authorization string required
A Reacher API key is required for all requests. Sign up on https://app.no2bounce.com/ to get your personal API key.
Path parametersjob_id string required
The unique bulk verification job ID
Query parameters limit integer optional
The number of results to return.
Default: 50offset integer optional
The offset from which to return the results, equivalent to the number of elements in the array to skip.