Email Validate
GET {{baseUrl}}/email-validate?email=<string>&fix-typos=false
Parse, validate and clean an email address
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
email | string | (Required) An email address | |
fix-typos | boolean | Automatically attempt to fix typos in the address |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"valid":"\u003cboolean\u003e","syntax-error":"\u003cboolean\u003e","domain":"\u003cstring\u003e","domain-error":"\u003cboolean\u003e","is-freemail":"\u003cboolean\u003e","email":"\u003cstring\u003e","is-disposable":"\u003cboolean\u003e","typos-fixed":"\u003cboolean\u003e","is-personal":"\u003cboolean\u003e","provider":"\u003cstring\u003e","mx-ip":"\u003cstring\u003e","domain-status":"\u003cstring\u003e"}