Validate email address
GET https://emailverification.whoisxmlapi.com/api/v3?emailAddress=support@whoisxmlapi.com
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
emailAddress | string | The email address to be verified. | |
outputFormat | null | Response output format. Acceptable values: JSON | |
validateDNS | null | 1 results in checking the email address with DNS. | |
validateSMTP | null | 1 results in checking the email address with SMTP. | |
checkCatchAll | null | 1 results in checking if the email provider has a catch-all email address. | |
checkFree | null | 1 results in checking whether the email provider is a free one. | |
checkDisposable | null | 1 results in checking if the address is disposable. | |
_hardRefresh | null | 1 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"}}