cURL
curl --request GET \ --url https://api.clearout.io/v2/email_finder/instant/queue_status \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "emails": [ { "email_address": "[email protected]", "role": "no", "business": "yes" } ], "first_name": "steven", "last_name": "morris", "full_name": "steven morris", "domain": "apple.com", "confidence_score": 83, "total": 1, "company": { "name": "apple" }, "found_on": "2021-08-21T03:10:02.796Z" } }
To know the email finder request status in queue
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?