Back to APIs

Unified Agent API

Email Verification

Email Verification

Check if an email is deliverable, catch-all, or disposable.

POST/v1/emails/verify

Overview

Check if an email is deliverable, catch-all, or disposable

Parameters

email

Required

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.

Try Email Verification

Test Email Verification in the interactive playground. No setup required.

Open Playground
Email Verification API | Unified Agent APIs | suprsonic