Identity Platform API
Base URL: https://pip.pcampus.co
Endpoint groups
| Group | Prefix | Description |
|---|---|---|
| Users | /identity/ | Profile, contacts, addresses |
| Organizations | /organizations/ | Orgs, members, invitations |
| Access Control | /access/ | Permissions, roles, check |
| Applications | /applications/ | App registry, OAuth, API keys |
Authentication endpoints (ORY)
These are ORY-native endpoints — not PIP REST endpoints.
| Endpoint | Description |
|---|---|
GET /self-service/login/browser | Initiate browser login flow |
GET /self-service/registration/browser | Initiate browser sign-up flow |
GET /self-service/recovery/browser | Initiate password recovery |
POST /oauth2/token | Exchange code or client credentials for token |
GET /oauth2/.well-known/openid-configuration | OIDC discovery document |
GET /oauth2/.well-known/jwks.json | JWKS for token validation |