Overview
Check if an email is deliverable, catch-all, or disposable
Parameters
string
Email address to verify.
Example Response
{"success":true,"data":{"email":"john@example.com","status":"valid","sub_status":"","is_free_email":false,"smtp_provider":"google","mx_found":"true"},"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.