Options API
Portal bootstrap variables, server-rendered sidebar HTML, and menu item payloads.
Authentication
Options routes are portal routes and are primarily used by the Vue portal shell.
Endpoints
| Method | Path | Edition | Operation | What it does |
|---|---|---|---|---|
GET | /options/app-vars | Core | Get App Vars | Returns the bootstrap payload the portal SPA needs — current user, permissions, feature flags, branding and route configuration — together with the sidebar menu groups. |
GET | /options/sidebar-menu-html | Core | Get Sidebar Menu HTML | Returns the server-rendered sidebar HTML together with the spaces the current user can act in, each carrying its resolved permissions, membership and topics. |
GET | /options/menu-items | Core | Get Menu Items | Returns the sidebar menu groups on their own, for refreshing navigation without refetching the full bootstrap payload. |