Skip to main content
Authmatech’s products fall into three families. This page maps each product to the endpoints that power it, so you can go from “what we want to do” to “what to call.”

Authentication

Products that establish and recover identity.
ProductWhat it doesPrimary endpoints
Authmatech VerifyConfirm a customer controls their mobile number, silently.POST /v1/api/verify
Authmatech WebCross-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.
ProductWhat it doesPrimary endpoints
Authmatech TrustAn instant 0–100 trust score with a recommendation.POST /v1/api/trust/score
Authmatech ShieldReal-time fraud and risk decisions.POST /v1/api/shield/assess
Authmatech DetectBehavior anomaly detection across your base.POST /v1/api/detect/analyze
Authmatech TargetTurn anonymous, high-intent visitors into opportunities.POST /v1/api/opportunity
Authmatech ConnectSync 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:
  • Credentialsgenerate and rotate API keys, rotate the SDK token.
  • Usage & historyusage 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, call GET /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.