Get validation results

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.

Request
POST https://open.sendresult.com/api/getVerifyResultList
Input parameters


api_keyAccount api keyRequiredApplication parameters
pagequery pageOptionalApplication parameters
sizequery per page sizeOptionalApplication parameters
start_datequery start dateOptionalApplication parameters
end_datequery end dateApplication parameters
auth-valueauth-valueRequiredheader params
auth-rand-strauth random stringRequiredheader params
auth-time-stampauth time stampRequiredheader params
Receipt sample
{
"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
}
}
Output parameters
idID
statusVerify State1valid 2 invalid 3 unknown
emailThe email address that needs verification
create_timeCreation time
send_statusVerification result1valid 2 invalid 3 unknown
smtp_statusMX SMTP verification result1 valid 2 invalid
is_catch_allWhether catch-all1 true , 0 false
is_grey_listWhether grey list1 true , 0 false
is_banned_errorWhether banned error1 true , 0 false
is_connection_errorWhether connection error1 true , 0 false
is_business_emailWhether business email1 true , 0 false
is_gibberishWhether gibberish1 true , 0 false
usernameUsername
domainDomain
mx_hostMX record
domain_ageDomain age
first_nameFirst name
last_nameLast name
genderGender1male、2 female、3 other、0 unknown
providerProvider