If you have never verified a certain email address before, you should use this API method to push the email address to us for verification. After performing this operation, you can use "Get Verification Results" to obtain the verification result of the email address.
POST https://open.sendresult.com/api/verifyEmail
| api_key | Account api key | Required | Application parameters |
| Waiting to verify the email address | Required | 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": "Success",
"data": {
"id": 107,
"team_id": 2,
"account_id": 2,
"batch_id": 0,
"type": "web_email",
"status": 1,
"email": "demo**@163.com",
"error": "",
"is_paid": 1,
"trans_id": 85,
"pay_time": 0,
"update_time": 0,
"create_time": 1750151554,
"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": null,
"username": 'demo',
"domain": '163.com',
"mx_host": '163.com',
"domain_age": null,
"first_name": null,
"last_name": null,
"gender": 0,
"provider": 'Netease'
}
}| 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 |