v1
latestOpenAPI 3.1.02026-07-14306.6 KBValidate Email Address
Check an email address in real time to see if it can accept emails and grab all the intelligence we know about the email address and mail server
post/emails/verify
Request body
Response
200
Example response
{
"email": "spacebear@interseller.io",
"details": {
"valid_format": true,
"valid_mx_records": true,
"mx_reachable": "gmail-smtp-in.l.google.com",
"is_free_service": true,
"mx_accepted_address": true
},
"verdict": "GOOD",
"ran_at": "2021-04-08T02:07:07.986Z",
"server": "mxn"
}