Docs
Validate single or multiple email addresses with detailed results including status, sub-status, and additional metadata.
Validate a single email address using ZeroBounce API. Returns detailed validation results including status, sub-status, and additional metadata.
| Name | Type | Required | Description |
|---|---|---|---|
| string | Required | The email address to validate | |
| ipAddress | string | Optional | Optional IP address of the user (helps improve accuracy) |
Validate a single email address
Validate the email address "test@example.com"Validate with IP address for better accuracy
Validate "test@example.com" from IP address "192.168.1.1"Check if an email is valid before sending
Check if "user@domain.com" is a valid email addressValidate multiple email addresses in batch. More efficient for validating multiple emails at once.
| Name | Type | Required | Description |
|---|---|---|---|
| emails | array | Required | Array of email addresses to validate |
| ipAddress | string | Optional | Optional IP address of the user (applied to all emails) |
Validate multiple emails at once
Check if these emails are valid: ["user1@example.com", "user2@example.com", "user3@example.com"]Validate a list of emails from a file
I have a list of emails in data.csv. Can you read them and validate each one?Set up ZeroBounce MCP in your preferred AI client and start using these tools today.