/bff/cms/menu/pins
Returns the pinned menu items of the authenticated user inside the active organisation, ordered by their stored position (0-based, ascending). Pin identity is the menu URI; menu node ids are not stable across releases. If the URI no longer resolves in the current menu the client filters it out at render time. Returns 401 when no session is present and 403 when the user has no active organisation.
CMSgetBffCmsMenuPins
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/cms/menu/pins
curl -X GET "https://api.bizkithub.com/bff/cms/menu/pins" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
List of pinned menu items for the current user and organisation.
{
"items": [
{
"uri": "/order",
"position": 0,
"pinnedAt": "2026-04-12T10:34:11Z"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.