Validate email address

GET https://emailverification.whoisxmlapi.com/api/v3?emailAddress=support@whoisxmlapi.com

Request Params

KeyDatatypeRequiredDescription
emailAddressstringThe email address to be verified.
outputFormatnullResponse output format. Acceptable values: JSON
validateDNSnull1 results in checking the email address with DNS.
validateSMTPnull1 results in checking the email address with SMTP.
checkCatchAllnull1 results in checking if the email provider has a catch-all email address.
checkFreenull1 results in checking whether the email provider is a free one.
checkDisposablenull1 results in checking if the address is disposable.
_hardRefreshnull1 results in getting fresh data.

RESPONSES

status: OK

{"username":"support","domain":"whoisxmlapi.com","emailAddress":"support@whoisxmlapi.com","formatCheck":"true","disposableCheck":"false","audit":{"auditCreatedDate":"2022-08-15 15:01:42 UTC","auditUpdatedDate":"2022-08-15 15:01:42 UTC"}}