Your API key. Requires the
validate module.Request body
The email address to validate. Whitespace is trimmed and the address is lowercased automatically.
Response
Normalized email address (lowercased, trimmed).
true if the email has valid syntax and a working MX record. Use this as the primary signal.true if the email passes RFC 5322 syntax validation.true if the domain has at least one MX record. false if format is invalid or the domain doesn’t accept email.true if the domain is a known throwaway/temporary email provider (e.g. mailinator.com, yopmail.com).true if the domain is a consumer email provider (e.g. gmail.com, hotmail.com). Useful as a B2B lead quality signal.The domain portion of the email address.
If the domain looks like a common typo, the corrected domain is returned here (e.g.
"gmail.com" for "gmial.com"). null otherwise.