UnifyAPI
← Back to catalog

ipqs.phone_check

mock data$0.003 / call

Phone Fraud Detection

Check phone number for fraud risk — detects VOIP, prepaid, risky numbers, carrier info, line type (mobile/landline/VOIP), active status, leaked data. Returns fraud score (0-100) and geographic location. Supports international numbers with country filter (IPQualityScore)

Securityprovider: Ipqs#ipqs#security

Input schema

phonerequired

Phone number to check in E.164 or national format (e.g. "+12125551234", "2125551234")

string
country

ISO 2-letter country code for national format numbers (e.g. "US", "GB")

string
strictness

Fraud detection strictness 0-2

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/ipqs.phone_check \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"phone":"<phone>","country":"<country>","strictness":0}'

Try it

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