MailConfirmed
MailConfirmed - Comprehensive Email Validation API ---------------------------------------------------------------------------------------------- The MailConfirmed API provides a robust solution for managing and validating email addresses in your applications. It offers tools for verifying email addresses by checking their format, domain validity, and other key indicators of reliability, helping…
MailConfirmed endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Comprehensive Email Validation /email-validation/{email} |
Validate an email address instantly to assess its format, deliverability, and potential risk. This endpoint checks if an email address is correctly formatted, non-disposable,… |
| GET |
Email Format Validation /email-validation/{email}/valid-format |
This endpoint validates the complete email format, ensuring that the provided email address adheres to proper syntax, including correct structure (e.g., [email protected]) and… |
| POST |
Bulk Email Format Validation /email-validation/valid-format |
This endpoint validates the complete email format, ensuring that the provided email address adheres to proper syntax, including correct structure (e.g., [email protected]) and… |
| GET |
Disposable Email Validation /email-validation/{email}/disposable |
This endpoint allows users to verify whether the provided email address is from a disposable email provider. Disposable email services are often used for temporary or anonymous… |
| POST |
Bulk Disposable Email Validation /email-validation/disposable |
This endpoint allows users to verify whether multiple email addresses are from disposable email providers in a single request. Disposable email services are often used for… |