Verify Email Address
Email - Verify Email Address
Section titled “Email - Verify Email Address”This operation validates an email address and provides additional verification information about its domain, type, and potential validity.
Endpoint
Section titled “Endpoint”POST /api/v1/Email/VerifyEmailAddressRequest Parameters
Section titled “Request Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| EmailAddress | string | Yes | - | An email address to verify |
Response
Section titled “Response”A JSON object containing the following properties:
| Name | Type | Description |
|---|---|---|
| isValid | boolean | Indicates if email address passes the validation and can be used |
| hasValidSite | boolean | Indicates if address is from a domain that has a valid website |
| isPersonal | boolean | Indicates if address is from a personal email service (like Gmail, Yahoo, etc.) |
| isDisposable | boolean | Indicates if address is from a free/temporary email service |
| emailServerExists | boolean | Indicates if email server exists (may be null) |
| mailboxExists | boolean | Indicates if mailbox exists on the server (may be null) |
Implementation Details
Section titled “Implementation Details”The operation performs several checks on the provided email address:
- Basic format validation
- Domain website existence check
- Personal email service check
- Disposable/temporary email service check
Some checks like server existence and mailbox validation may not be available in all scenarios.
Usage Notes
Section titled “Usage Notes”- This operation is useful for form validation, anti-spam measures, and validating user-provided email addresses
- Personal email services checked include: Gmail, Yahoo, Outlook, Hotmail, AOL, iCloud, Yandex, and several Polish services (Onet, WP, Interia)
Credit Cost
Cost: 0.1 credit(s) per call
Note: Fixed cost per verification