🔑 IAM

Identity Management

Identity and access management: applications, users, roles and MFA. Access tokens are opaque high-entropy bearer tokens (384 bits from the OS CSPRNG, stored as SHA-256 hashes) — not JWTs, and not post-quantum.

Quick Example

curl -X GET https://iam-api.qntyx.io/applications/ \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

API Base URL

https://iam-api.qntyx.io

Endpoints

MethodPathDescription
GET/applications/List applications
POST/users/Create a user
GET/roles/List roles
GET/stats/Dashboard statistics

Authentication

All endpoints require a bearer token. See Authentication for details.

Dashboard

Manage this product visually at app-iam.qntyx.io

Marketing Page

Learn more at iam.qntyx.io