GET
/
v1.1
/
email
/
verify
/
batch
/
{batchId}
/
download

By default results are downloaded in JSON format.

CSV format support

Results can also be downloaded as CSV file by passing ‘Accept’ header.

curl https://api.usebouncer.com/v1.1/email/verify/batch/<BATCH_ID>/download \
  -H "x-api-key: <api-key>" \
  -H 'Accept: text/csv'

Authorizations

x-api-key
string
header
required

Path Parameters

batchId
string
required

Query Parameters

download
string

download emails by status, possible values: all, deliverable, risky, undeliverable, unknown

Response

200 - application/json
email
string
required
reason
enum<string>
required
Available options:
accepted_email,
low_deliverability,
low_quality,
invalid_email,
invalid_domain,
rejected_email,
dns_error,
unavailable_smtp,
unsupported,
timeout,
unknown
status
enum<string>
required
Available options:
deliverable,
risky,
undeliverable,
unknown
account
object
dns
object
domain
object
provider
string
retryAfter
string
score
integer
Required range: 0 < x < 100
toxic
string
toxicity
integer
Required range: 0 < x < 100