Skip to content

Powered by Grav + Helios

Get Sidebar Items

Get Sidebar Items

GET /sidebar/items
Collect sidebar navigation items registered by plugins. Fires the onApiSidebarItems event and returns all items contributed by installed plugins. Each item defines an id, label, icon, route, and optional badge.
JSON
{"data": [{"id": "license-manager", "plugin": "license-manager", "label": "Licenses", "icon": "fa-key", "route": "/plugin/license-manager", "priority": 10}]}

Response Codes

200 Success
401 Unauthorized