← Back to catalog
ipqs.email_check
mock data$0.003 / callEmail Fraud Detection
Validate email for fraud risk — checks deliverability, disposable/temporary providers, honeypot traps, spam traps, leaked credentials, catch-all detection. Returns fraud score (0-100), SMTP verification, domain age, and abuse history. Goes beyond basic validation (IPQualityScore)
Input schema
fast
booleanSkip SMTP verification for faster response (default false)
emailrequired
stringEmail address to validate and check for fraud (e.g. "user@example.com")
abuse_strictness
integerAbuse detection sensitivity 0-2 (0=low, 2=aggressive)
Call via REST
curl -X POST https://unifyapi.pro/api/call/ipqs.email_check \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"fast":"<fast>","email":"<email>","abuse_strictness":0}'