UnifyAPI
← Back to catalog

ipqs.email_check

mock data$0.003 / call

Email 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)

Securityprovider: Ipqs#ipqs#security

Input schema

fast

Skip SMTP verification for faster response (default false)

boolean
emailrequired

Email address to validate and check for fraud (e.g. "user@example.com")

string
abuse_strictness

Abuse detection sensitivity 0-2 (0=low, 2=aggressive)

integer

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}'

Try it

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