Identity Trust API — Now in GA

Stop Fraud Before It Starts

AlliedPass sits in your signup flow for SaaS, marketplaces, and fintech products to catch fake accounts, bots, and account takeovers in real time — with a single API and one clear risk score.

Verification Result
HIGH RISK · 87
Emaillow
IP Riskhigh
Phonelow
Devicehigh
Geolocationlow
Velocitymedium
087 / 100100

5k

Verifications Processed

99.7%

Signal Accuracy

< 80ms

Avg Response Time

Built for modern product teams

SaaS & B2B products

Stop trial and promo abuse from fake accounts.

Marketplaces & platforms

Catch fake sellers, reviewers, and mule accounts.

Fintech & payments

Flag high-risk signups before they move money.

Core Signals

7 Layers of Identity Intelligence

Every request is evaluated across multiple dimensions simultaneously — no signal is analyzed in isolation.

Email Validation
Detect disposable, no-reply, and role-based addresses — plus invalid domains and missing MX records — before they hit your database.
IP Risk Analysis
Flag VPNs, proxies, Tor exit nodes, and datacenter IPs with real-time reputation scoring.
Geolocation
Resolve country, city, ISP, and ASN from the request origin in under 50ms.
Phone Validation
Identify VOIP numbers, burner phones, and verify carrier type and line origin.
Geo Mismatch
Detect phone country ≠ IP country discrepancies and rapid location switching.
Why AlliedPass?

Built different by design.

One score, every signal.

Email, IP, phone, device, and geo combined into a single, actionable risk score.

Never a hard failure.

Always returns partial results, even when external providers time out.

Live abuse monitoring.

Alerts for spikes in risky traffic, and Tor/VPN abuse.

Risk Scoring

One Score. Instant Clarity.

One score. Every signal. AlliedPass collapses complex identity signals into a single 0–100 risk score so you know exactly when to let users in — and when to stop them.

Low-risk users get a fast, frictionless experience. High-risk users are challenged or blocked before they can create costly fake accounts.

0 — Safe50100 — Block
0 – 40
Low Risk
Request passes all signals cleanly. Safe to allow with standard monitoring.
41 – 70
Medium Risk
One or more signals are suspicious. Consider step-up verification.
71 – 100
High Risk
Multiple signals flagged. Block, challenge, or route to manual review.
Simple Integration

One API call.
Full context.

Send any combination of email, IP, or phone. Get back a structured response with per-signal breakdown and an overall risk score — ready to act on immediately.

Cut fake trial accounts, promo abuse, and chargeback-prone users before they ever enter your system.

  • Structured JSON with per-signal detail
  • Webhook delivery for async workflows
Request
curl -X POST https://api.alliedpass.com/v1/verify \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "user@example.com",
    "ip":    "203.0.113.42",
    "phone": "+14155552671"
  }'
Response
{
  "score": 87,
  "risk":  "high",
  "signals": {
    "email": { "valid": true,  "risk": "low"  },
    "ip":    { "vpn":   true,  "risk": "high" },
    "phone": { "voip":  false, "risk": "low"  }
  }
}
Get Started Today

Start blocking fake accounts
in minutes.

Connect your first project, generate an API key, and send your first verification — all in under five minutes.