Email Address Validations
Email address validations
Use this API to validate whether your email address exist or not.
You can send a request with the email address and you will receive the validation result for that particular email address.
Object definition email address validation
| Property | Type | Description |
|---|---|---|
| ID | Guid | The identifier for the validation |
| EmailAddress | String | The email address to be validated |
| ValidationResult | String |
The result of the validated email address: Valid = The mailbox for the email address does exist Invalid = The mailbox for the email address doesn't exist AcceptAll = The domain accepts all incoming trafic even if it does not host the mailbox Disposable = The domain of the email address has been flagged as an disposable or temporary email provider Unknown = Not possible to validate |
Updated about 3 years ago
What’s Next