POST
/
email
/
verify
/
role
curl --request POST \
  --url https://api.clearout.io/v2/email/verify/role \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "YourEmail",
  "timeout": 90000
}'
{
  "status": "success",
  "data": {
    "email_address": "[email protected]",
    "business_account": "yes",
    "verified_on": "2019-08-24T14:50:51.000Z",
    "time_taken": 38
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
Role Account Email to Verify
email
string
required
timeout
integer

Response

200
application/json
OK
status
string
data
object