subnavlinks@mozu entity list.
Creating a Subnav Link
Make a POST request to the entity list endpoint:Request Payload
Field Descriptions
Available location Values
These control where in the Admin UI the subnav link will appear:
Note: Additions to
productsmenu require a hard refresh to display. Other locations such as categoriesedit or productsedit appear after a single refresh.
How Requests Are Delivered to Your Application
When a user clicks a subnav link in Admin, Kibo makes a POST request to your configuredhref URL. The request includes:
Query Parameters
POST Body (form-encoded)
Verifying Request Authenticity
Use thedt and messageHash query parameters to confirm the request genuinely came from Kibo Admin. The following Node.js example shows the verification algorithm:
appSecret comes from the application registered in Kibo. The appId in the subnav link payload must match that same application.
Viewing and Managing Existing Subnav Links
Via API:- Go to System > Schema > Custom Schema.
- Open Dev Tools and run:
Ext.util.Cookies.set('debugext', true) - Press Enter and refresh the page.
- Under Entity Lists, find
subnavlinksto view or delete entries.

