cURL
curl --request POST \ --url https://api.clearout.io/v2/download/result \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "list_id": "Enter your list id here" }'
{ "status": "success", "data": { "url": "https://clearout.s3.ap-south-1.amazonaws.com/5c6810bb82e2fc4ab21ce233/5c681d56cc56176d10d78f31/results/test3_clearout_results.csv" } }
Bulk verify result download
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List ID to Bulk verify result download
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?