Email Verification API

ENDPOINTS
GET/verify

Verify Email

Verify an email address in real time. Returns deliverability status, free email provider detection, disposable email flagging, and owner details (first name, last name, gender) when available.

QUERY PARAMS

The email address to verify. Must be a valid email format.

Example: happy.to.help@omkar.cloud

{
  "email": "happy.to.help@omkar.cloud",
  "gender": null,
  "status": "valid",
  "is_valid": true,
  "last_name": null,
  "first_name": null,
  "is_free_email": false
}