Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
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.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequireduristringRequiredPinned menu URI.
/orderpositionnumberRequired0-based display order.
0pinnedAtstringRequiredISO-8601 timestamp of when the pin was first created.
2026-04-12T10:34:11Z{
"items": [
{
"uri": "/order",
"position": 0,
"pinnedAt": "2026-04-12T10:34:11Z"
}
]
}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"All BizKitHub public API endpoints require authentication via API key.