Email Verify
valid@example.comRequest wait time (in milliseconds), Maximum allowed wait time should not exceed 180,000 milliseconds
130000Example: 10000OK
Bad Request
Unauthorized
Payment Required
Too Many Requests
Service Unavailable
A Timeout Occurred
POST /v2/email_verify/instant HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"email": "valid@example.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "valid@example.com",
"safe_to_send": "yes",
"status": "valid",
"verified_on": "2019-05-02T18:12:53+05:30",
"time_taken": 432,
"sub_status": {
"code": 200,
"desc": "Success"
},
"detail_info": {
"mx_record": "mx.example.com",
"smtp_provider": "example",
"account": "valid",
"domain": "example.com"
},
"disposable": "no",
"free": "no",
"role": "yes",
"gibberish": "no",
"suggested_email_address": "text",
"profile": null,
"bounce_type": "text"
}
}Can be either 'highest_accuracy' or 'fastest_turnaround'
highest_accuracyExample: fastest_turnaroundWhether to allow file with the same name and size that match with your recent upload
falseExample: trueOK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email_verify/bulk HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 76
{
"file": "text",
"optimize": "fastest_turnaround",
"ignore_duplicate_file": true
}{
"status": "success",
"data": {
"list_id": "5c60eb454506101c9d2f7b17"
}
}Pass the value of bulk verify list_id property from response object
OK
Bad Request
Unauthorized
Service Unavailable
GET /v2/email_verify/bulk/progress_status?list_id=text HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"status": "success",
"data": {
"progress_status": "completed",
"percentile": 100
}
}Pass the value of bulk list_id property from response object
5d076c8e3b53f9b0f3cf6abbOK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/download/result HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"list_id": "5d076c8e3b53f9b0f3cf6abb"
}{
"status": "success",
"data": {
"url": "https://clearout.s3.ap-south-1.amazonaws.com/5c6810bb82e2fc4ab21ce233/5c681d56cc56176d10d78f31/results/test3_clearout_results.csv"
}
}Pass the value of bulk list_id property from response object
5d076c8e3b53f9b0f3cf6abbSet this value to true when download request is in progress, otherwise list removal will be denied
falseExample: trueOK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email_verify/list/remove HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"list_id": "5d076c8e3b53f9b0f3cf6abb",
"ignore_result": true
}{
"status": "success",
"data": {
"name": "campaign_emailcontacts.xlsx",
"source": "upload",
"created_on": "2022-05-16 10:41:30.427Z"
}
}Pass the value of bulk list_id property from response object
5d076c8e3b53f9b0f3cf6abbOK
Bad Request
Service Unavailable
POST /v2/email_verify/list/cancel HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"list_id": "5d076c8e3b53f9b0f3cf6abb"
}{
"status": "success",
"data": {
"name": "campaign_emailcontacts.xlsx",
"source": "upload",
"created_on": "2022-05-16 10:41:30.427Z"
}
}Number of records to fetch (max 100)
10Example: 10Cursor for pagination.
- Pass null for first request
- Use
page_info.last_cursorfrom previous response
69dd35c3b8933b51437ad3abSuccessfully retrieved email verifier list
Bad Request
Unauthorized
Service Unavailable
POST /v2/email_verify/list HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"limit": 10,
"start_after": "69dd35c3b8933b51437ad3ab",
"filter": {
"date_range": "ps_this_month",
"verified": "verified",
"type": "upload"
}
}{
"data": [
{
"list_id": "69dd35c3b8933b51437ad3ab",
"name": "clearout_email_verifier_sample_list.csv",
"type": "upload",
"action_inprogress": {
"action": "verify",
"status": "in_progress"
},
"last_verified_on": "2026-04-13T20:10:00+01:00",
"last_cancelled_on": "2026-04-13T20:00:00+01:00",
"result_expires_on": 2591150892,
"last_exported_on": "2026-04-13T21:00:00+01:00",
"non_verified_list_expires_on": 2591150892,
"last_analysed_on": "2026-04-13T19:45:00+01:00",
"created_on": "2026-04-13T19:28:19+01:00"
}
],
"page_info": {
"limit": 10,
"has_more": false,
"last_cursor": "69dd35c3b8933b51437ad3ab"
}
}mike.k@shopify.com10000OK
Bad Request
Unauthorized
Payment Required
Service Unavailable
A Timeout Occurred
POST /v2/email/verify/catchall HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"email": "mike.k@shopify.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "mike.k@shopify.com",
"catchall": "yes",
"verified_on": "2019-08-24T20:20:51+05:30",
"time_taken": 38
}
}fokixaj486@feriwor.com10000OK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email/verify/disposable HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"email": "fokixaj486@feriwor.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "fokixaj486@feriwor.com",
"catchall": "yes",
"verified_on": "2019-08-24T20:20:51+05:30",
"time_taken": 38
}
}joel@buffer.com10000OK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email/verify/business HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"email": "joel@buffer.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "joel@buffer.com",
"business_account": "yes",
"verified_on": "2019-08-24T20:20:51+05:30",
"time_taken": 38
}
}mike@gmail.com10000OK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email/verify/free HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 42
{
"email": "mike@gmail.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "mike@gmail.com",
"business_account": "yes",
"verified_on": "2019-08-24T20:20:51+05:30",
"time_taken": 38
}
}hr@amazon.com10000OK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email/verify/role HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"email": "hr@amazon.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "hr@amazon.com",
"business_account": "yes",
"verified_on": "2019-08-24T20:20:51+05:30",
"time_taken": 38
}
}asdfg@socialfrotier.com10000OK
Bad Request
Unauthorized
Payment Required
Service Unavailable
POST /v2/email/verify/gibberish HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"email": "asdfg@socialfrotier.com",
"timeout": 10000
}{
"status": "success",
"data": {
"email_address": "asdfg@socialfrotier.com",
"business_account": "yes",
"verified_on": "2019-08-24T20:20:51+05:30",
"time_taken": 38
}
}OK
Response Object status
successUnauthorized
Service Unavailable
GET /v2/email_verify/getcredits HTTP/1.1
Host: api.clearout.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"status": "success",
"data": {
"available_credits": 114563,
"credits": {
"available": 114563,
"subs": null,
"available_daily_verify_limit": null,
"reset_daily_verify_limit_date": "2019-03-04T18:30:00.000Z",
"total": 114563
},
"low_credit_balance_min_threshold": 50
}
}Last updated
Was this helpful?

