POST
/
email_finder
/
bulk
curl --request POST \
  --url https://api.clearout.io/v2/email_finder/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form ignore_duplicate_file=false
{
  "status": "success",
  "data": {
    "list_id": "610097bf5c6d3469958acd29"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required
ignore_duplicate_file
string
Example:

"false"

Response

200
application/json
OK
status
string
Example:

"success"

data
object