Email Validation
Mail API
Email Validation
Validate if an email address is valid and deliverable
POST
Email Validation
Validate an email address to check if it’s valid, deliverable, and whether the domain has catch-all functionality enabled.
This endpoint costs 1 credit per request.
Header Parameters
Your API key
Body Parameters
Email address to validate (e.g., [email protected])
Response
Request status (success/error)
Notes
- The validation checks both email format and deliverability
- Catch-all domains accept emails to any address at that domain
- A valid email means it can receive messages
- The validation process may take a few seconds for thorough checking
- Some corporate domains may have catch-all enabled for security reasons