UnifyAPI
← Back to catalog

email_verify.check

mock data$0.010 / call

Verify Email Address

Verify an email address — SMTP deliverability check, DNS/MX validation, disposable email detection, catch-all server detection, free provider flag, role account flag (info@, admin@). Returns comprehensive verification result. Powered by WhoisXML API.

Businessprovider: Email_verify#email_verify#business

Input schema

emailrequired

Email address to verify (e.g. user@example.com, test@gmail.com)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/email_verify.check \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"email":"<email>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.