POST
/
v1.1
/
email
/
verify
/
batch
/
{batchId}
/
finish
curl --request POST \
  --url https://api.usebouncer.com/v1.1/email/verify/batch/{batchId}/finish \
  --header 'x-api-key: <api-key>'
{
  "status": "400",
  "error": "Bad Request",
  "message": "batch has to be running to finish"
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

batchId
string
required

Response

200 - application/json

The response is of type object.