Overview
Check if an email is deliverable, catch-all, or disposable
Credits
1 credit per call
Providers
ZeroBounce
SDK Method
client.verify_email(...)
Parameters
emailRequiredstring
Email to verify.
Example Response
{
"success": true,
"data": {
"email": "john@example.com",
"status": "valid",
"sub_status": "",
"is_free_email": false,
"did_you_mean": null,
"domain_age_days": "724",
"smtp_provider": "g-suite",
"mx_found": "true",
"mx_record": "aspmx.l.google.com"
},
"metadata": {
"provider_used": "zerobounce",
"providers_tried": [
"zerobounce"
],
"mode_used": null,
"response_time_ms": 416,
"request_id": "req_c571c4d7"
},
"credits_used": 1
}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.