Login & Sessions
Log in to Mango, end sessions, and retrieve pre/post-login bootstrap data for client applications.
See also: Login & Sessions documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| POST | /login | Login | API Reference → |
| POST | /login/exit-su | Exit Switch User | API Reference → |
| GET | /login/oauth2-clients | Get list of enabled OAuth2 / OpenID connect clients | |
| POST | /login/su | Switch User | API Reference → |
| POST | /logout | Logout | API Reference → |
| GET | /ui-bootstrap/post-login | Get the data needed after logging in | API Reference → |
| GET | /ui-bootstrap/pre-login | Get the data needed before logging in | API Reference → |
| GET | /ui-bootstrap/pwa-manifest | Get the PWA (Progressive Web App) manifest | API Reference → |