← Back to catalog
email_verify.check
mock data$0.010 / callVerify 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.
Input schema
emailrequired
stringEmail address to verify (e.g. user@example.com, test@gmail.com)
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>"}'