https://service.authmatech.com, authenticated with the X-API-KEY and X-CLIENT-ID headers.
The building blocks
Verify
Silently confirm that a customer controls their mobile number — the no-OTP replacement for SMS one-time passcodes.
Trust
Aggregate network, device, verification, and behavioral signals into a single 0–100 trust score with a recommendation.
Shield
Evaluate fraud risk in real time and return a clear decision: ALLOW, CHALLENGE, REVIEW, or BLOCK.
Detect
Surface anomalies across your base — repeated failures, velocity spikes, multi-account behavior, sudden geography shifts.
Stuck+
Identify and reconnect with customers who became stuck during registration or verification.
Connect
Synchronize identity events and verification activity into your CRM and business systems.
How the products relate
The products are layered. Verify establishes identity; the intelligence products turn that identity — and the signals around it — into decisions; the recovery and sync products close the loop.- Establish identity. Verify (and the Web SDK for browser flows) confirms control of the mobile number over the network. This is the foundation everything else builds on.
- Decide with intelligence. Trust, Shield, and Detect consume the same device and network signals to score confidence, decide on risk, and flag anomalies. See Identity intelligence.
- Recover and operationalize. Stuck+ recovers journeys that stalled; Connect pushes identity insight into the tools your teams already use; Target re-engages high-intent anonymous visitors.
A consistent API surface
Every product follows the same conventions, so once you integrate one, the rest are familiar:- Base URL —
https://service.authmatech.com - Auth —
X-API-KEY+X-CLIENT-IDheaders on every server request - Format — JSON request and response bodies
- Response envelope — a consistent
{ success, messages, data }shape, described in Errors & responses - Sessions — the
sdkSessionIdfrom the SDK links a verification to its device context, so Shield and Detect can reason about it
Where to go next
How silent verification works
The mechanics behind a no-OTP confirmation.
Identity intelligence
How Trust, Shield, and Detect score and decide.
The product suite
Each product mapped to its API endpoints.
Quickstart
Make your first call.