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
headerrequired

Path Parameters

batchId
string
required

Query Parameters

download
string

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

Response

200 - application/json

The response is of type object.