v1
latestOpenAPI 3.0.02026-07-13474670.4 KBemailValidation
Validate an email address and if it is disposable
Determine whether an email address is a valid format, whether it is a disposable address, and the domains or IP addresses it is associated with.
get/validations/addresses/{email}
Response
EmailAddressIntegrity object
Example response
{
"email": "billy.wilson@example.com",
"local": "billy.wilson",
"domain": "example.com",
"disposableDomains": [
"example.com",
"others.org"
],
"aliases": [
"example.com",
"192.168.0.1",
"example.io"
]
}