/v1/bulk

/v1/bulk

post

Initiate a bulk email verification.

Authorizations
AuthorizationstringRequired

A Reacher API key is required for all requests. Sign up on https://reacher.email to get your personal API key.

Body
inputstring[]Required

A list of emails to verify.

Responses
post
/v1/bulk
200

OK

/v1/bulk/{job_id}

get

Retrieve the progress of a bulk verification job.

Authorizations
AuthorizationstringRequired

A Reacher API key is required for all requests. Sign up on https://reacher.email to get your personal API key.

Path parameters
job_idintegerRequired

The unique bulk verification job ID

Responses
get
/v1/bulk/{job_id}
200

OK

Retrieve bulk verification results

get

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
AuthorizationstringRequired

A Reacher API key is required for all requests. Sign up on https://reacher.email to get your personal API key.

Path parameters
job_idstringRequired

The unique bulk verification job ID

Query parameters
limitintegerOptional

The number of results to return.

Default: 50
offsetintegerOptional

The offset from which to return the results, equivalent to the number of elements in the array to skip.

Responses
get
/v1/bulk/{job_id}/results
200

OK

Last updated