Validate 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.