POST
/
email_finder
/
download
/
result
curl --request POST \
  --url https://api.clearout.io/v2/email_finder/download/result \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "list_id": "Enter your list id here"
}'
{
  "status": "success",
  "data": {
    "url": "https://s3.ap-south-1.amazonaws.com/clearout.others/60f76977473718917ebc6edb/61009e745c6d3469958ace11/results/test3_appended_clearout_finder_results.csv"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
List ID to bulk email finder result file download
list_id
string
required
Example:

"Enter your list id here"

Response

200
application/json
OK
status
string
Example:

"success"

data
object