{
"success": true,
"data": {
"batchId": "665a1f4e2c3b7800129dce01",
"status": "completed",
"totalItems": 4,
"processedCount": 4,
"results": [
{
"email": "sarah.chen@stripe.com",
"result": "valid",
"message": "The mailbox exists and is accepting mail",
"isCatchAll": false,
"provider": "GOOGLE",
"confidence": "high"
},
{
"email": "james.rodriguez@hubspot.com",
"result": "valid",
"message": "The mailbox exists and is accepting mail",
"isCatchAll": false,
"provider": "MICROSOFT",
"confidence": "definitive"
},
{
"email": "priya.patel@notion.so",
"result": "invalid",
"message": "The mailbox does not exist on this server",
"isCatchAll": false,
"provider": "GOOGLE",
"confidence": "definitive"
},
{
"email": "marco.silva@datadog.com",
"result": "risky",
"message": "The domain accepts all addresses (catch-all) so delivery cannot be guaranteed",
"isCatchAll": true,
"provider": "SMTP",
"confidence": "low"
}
]
},
"meta": {
"requestId": "665a23bc2c3b7800129dce10",
"creditsUsed": 2,
"creditsRefunded": 2,
"creditsRemaining": 24997,
"totalItems": 4,
"processedItems": 4
}
}