Authentication
Products that establish and recover identity.| Product | What it does | Primary endpoints |
|---|---|---|
| Authmatech Verify | Confirm a customer controls their mobile number, silently. | POST /v1/api/verify |
| Authmatech Web | Cross-device, passwordless verification in the browser. | POST /v1/api/verify/{transactionId}, POST /v1/api/sdk/session |
| Authmatech Verify+ | Recover customers who mistype their number, with a privacy-preserving identity hint. | POST /v1/api/verify with ?maskMobile=true |
| Authmatech Stuck+ | Identify and reconnect with customers stuck mid-journey. | /v1/api/me/stuck-plus/** |
Customer intelligence
Products that turn identity and behavior into decisions.| Product | What it does | Primary endpoints |
|---|---|---|
| Authmatech Trust | An instant 0–100 trust score with a recommendation. | POST /v1/api/trust/score |
| Authmatech Shield | Real-time fraud and risk decisions. | POST /v1/api/shield/assess |
| Authmatech Detect | Behavior anomaly detection across your base. | POST /v1/api/detect/analyze |
| Authmatech Target | Turn anonymous, high-intent visitors into opportunities. | POST /v1/api/opportunity |
| Authmatech Connect | Sync identity intelligence into your CRM. | /v1/api/me/connect/** |
Managing your account
Beyond the product endpoints, the Client Portal APIs (everything under/v1/api/me/**) let you manage your own account programmatically:
- Credentials — generate and rotate API keys, rotate the SDK token.
- Usage & history — usage analytics, verification history, balance history.
- Team — invite members, change roles, suspend or reactivate access.
- Requests — submit balance or feature requests and track their status.
Endpoints under
/v1/api/dashboard/** are administrative and used by the Authmatech dashboard itself. They are not part of the standard developer integration surface.Which products are enabled?
Products are enabled per account. To see what’s active on yours, callGET /v1/api/me/products or check the dashboard. To enable a product, contact sales@authmatech.com.
Next steps
Verify guide
Start with the foundation.
Identity intelligence
Add Trust, Shield, and Detect.