curl --request GET \
--url https://api.example.com/cabinet/admin/menu-layout \
--header 'Authorization: Bearer <token>'{
"rows": [
{
"id": "<string>",
"max_per_row": 2,
"buttons": [
{
"id": "<string>",
"type": "builtin",
"style": "primary",
"icon_custom_emoji_id": "",
"enabled": true,
"labels": {},
"url": "<string>",
"open_in": "external"
}
]
}
]
}Return merged menu layout config (rows + button styles). Admin only.
curl --request GET \
--url https://api.example.com/cabinet/admin/menu-layout \
--header 'Authorization: Bearer <token>'{
"rows": [
{
"id": "<string>",
"max_per_row": 2,
"buttons": [
{
"id": "<string>",
"type": "builtin",
"style": "primary",
"icon_custom_emoji_id": "",
"enabled": true,
"labels": {},
"url": "<string>",
"open_in": "external"
}
]
}
]
}