Using the email validation tool, you can check whether the email address you provided is valid, and the API endpoint will return the verification result of the email address. If a certain email address has not been verified by us before, the result will not be fed back to you.In this case, the API returns the identifier "not_verified" and does not charge you any credit. At this point, you should go and use the method of "Add email address for verification" to push this email address for verification. After that, you can use this endpoint to obtain the verification result of the email address.
POST https://open.sendresult.com/api/getVerifyResultList
| api_key | Account api key | Required | Application parameters |
| page | query page | Optional | Application parameters |
| size | query per page size | Optional | Application parameters |
| start_date | query start date | Optional | Application parameters |
| end_date | query end date | Application parameters | |
| auth-value | auth-value | Required | header params |
| auth-rand-str | auth random string | Required | header params |
| auth-time-stamp | auth time stamp | Required | header params |
{
"code": 1,
"info": "ok",
"data": {
"list": [
{
"id": 45,
"team_id": 2,
"account_id": 2,
"batch_id": 0,
"type": "email",
"status": 1,
"email": "ppxz2008@163.com",
"error": null,
"is_paid": 1,
"trans_id": 27,
"pay_time": 1749720917,
"update_time": 1749720928,
"create_time": 1749526988,
"send_status": 1,
"smtp_status": 1,
"is_catch_all": 0,
"is_grey_list": 0,
"is_banned_error": 1,
"is_connection_error": 0,
"is_business_email": 0,
"is_valid_format": 1,
"is_webmail": 1,
"is_disposable": 0,
"is_company_email": 0,
"is_trap_email": 0,
"is_gibberish": 0,
"err_log": "",
"username": "ppxz2008",
"domain": "163.com",
"mx_host": "163mx01.mxmail.netease.com.",
"domain_age": "0",
"first_name": "",
"last_name": "",
"gender": 0,
"provider": ""
},
{
"id": 44,
"team_id": 2,
"account_id": 2,
"batch_id": 0,
"type": "email",
"status": 1,
"email": "ppxz2008@163.com",
"error": null,
"is_paid": 1,
"trans_id": 26,
"pay_time": 1749720893,
"update_time": 1749720922,
"create_time": 1749526774,
"send_status": 1,
"smtp_status": 1,
"is_catch_all": 0,
"is_grey_list": 0,
"is_banned_error": 1,
"is_connection_error": 0,
"is_business_email": 0,
"is_valid_format": 1,
"is_webmail": 1,
"is_disposable": 0,
"is_company_email": 0,
"is_trap_email": 0,
"is_gibberish": 0,
"err_log": "",
"username": "ppxz2008",
"domain": "163.com",
"mx_host": "163mx01.mxmail.netease.com.",
"domain_age": "0",
"first_name": "",
"last_name": "",
"gender": 0,
"provider": ""
},
{
"id": 17,
"team_id": 2,
"account_id": 2,
"batch_id": 0,
"type": "email",
"status": 2,
"email": "demo@gmail.com",
"error": null,
"is_paid": 1,
"trans_id": 0,
"pay_time": 1749284900,
"update_time": 1749284903,
"create_time": 1749198959,
"send_status": 0,
"smtp_status": 0,
"is_catch_all": 0,
"is_grey_list": 0,
"is_banned_error": 0,
"is_connection_error": 0,
"is_business_email": 0,
"is_valid_format": 0,
"is_webmail": 0,
"is_disposable": 0,
"is_company_email": 0,
"is_trap_email": 0,
"is_gibberish": 0,
"err_log": "record not found",
"username": null,
"domain": null,
"mx_host": null,
"domain_age": null,
"first_name": null,
"last_name": null,
"gender": 0,
"provider": null
}
],
"total": 3,
"page": 1,
"limit": 20
}
}| id | ID | |
| status | Verify State | 1valid 2 invalid 3 unknown |
| The email address that needs verification | ||
| create_time | Creation time | |
| send_status | Verification result | 1valid 2 invalid 3 unknown |
| smtp_status | MX SMTP verification result | 1 valid 2 invalid |
| is_catch_all | Whether catch-all | 1 true , 0 false |
| is_grey_list | Whether grey list | 1 true , 0 false |
| is_banned_error | Whether banned error | 1 true , 0 false |
| is_connection_error | Whether connection error | 1 true , 0 false |
| is_business_email | Whether business email | 1 true , 0 false |
| is_gibberish | Whether gibberish | 1 true , 0 false |
| username | Username | |
| domain | Domain | |
| mx_host | MX record | |
| domain_age | Domain age | |
| first_name | First name | |
| last_name | Last name | |
| gender | Gender | 1male、2 female、3 other、0 unknown |
| provider | Provider |