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 |
Authorizations
Use your API key with the 'Bearer ' prefix
Body
application/json
Example:
"sourabh@inofinix.com"