cURL
curl --request GET \ --url https://api.clearout.io/v2/email_finder/bulk/progress_status \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "progress_status": "running", "percentage": 18 } }
To know the overall progress status of the bulk finder request
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
Was this page helpful?