mailboxvalidator
Email address verification and validation service
No API documented yet. Know where the docs live? Propose the links above.
Actions (6)
Emails · 6
- Check if email is disposableGET /v1/email/disposable
Detect whether the input email is from a disposable email provider using the v1 API.
documented - Check if email is disposable (v2)GET /v2/email/disposable
Detect whether the input email is from a disposable email provider using the v2 API.
documented - Check if email is from a free providerGET /v1/email/free
Determine if the input email comes from a free email service provider (e.g., Gmail, Yahoo) using the v1 API.
documented - Check if email is from a free provider (v2)GET /v2/email/free
Determine if the input email comes from a free email service provider using the v2 API.
documented - Validate email addressGET /v1/validation/single
Validate a single email address and return validation data (syntax, MX, SMTP, free/disposable/role, etc.) using the v1 API.
documented - Validate email address (v2)GET /v2/validation/single
Real-time validation of a single email address via the v2 API (detailed results and credits).
documented