Email Verification
Email verification
Email Verification
This endpoint verifies if an email is valid and safe.
POST
Email Verification
Verify Email Address
Use this endpoint to verify if an email address is valid and safe before sending campaigns or transactional emails.This helps maintain list hygiene and improves deliverability.
Request Requirements
- Required field:
email: The email address to verify.
Response fields
| Property | Description |
|---|---|
| 200 | Email successfully verified |
| 400 | Invalid request (e.g., missing or badly formatted email) |
| 401 | Unauthorized request - API key missing or invalid |
| 500 | Internal server error |