Base URL
-
Self-hosted:
http://localhost:3000or your custom domain -
Cloud:
https://{org_identifier}.identety.dev
Authentication
Include an API key or cloud token in theAuthorization header:
Client Types
-
client_type: publicfor SPA/mobile -
client_type: privatefor server -
client_type: m2mfor machine-to-machine
| Endpoint | Description |
|---|---|
/oauth/* | OAuth endpoints |
/oidc/* | OIDC endpoints |
/auth/* | Auth endpoints |
/clients/* | Client management (x-api-key, identety:god scope) |
/roles/* | Role management (x-api-key, identety:god scope) |
/tenants/* | Tenant management for multi-tenancy (x-api-key, identety:god scope) |