cURL
curl --request GET \ --url https://api.clearout.io/v2/email_verify/bulk/progress_status \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "progress_status": "completed", "percentile": 100 } }
To know the overall progress status of bulk verify 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?