getGet navigation sections
Returns UI-friendly section visibility based on the caller's capabilities. The frontend uses this to build the sidebar without embedding an RBAC matrix. Optional ?scope= narrows the context to a specific topology node.
Request
Request URL
GET /me/navigationResponses
Response
{
"context": "enterprises/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b",
"sections": [
{
"section": "wallet_balances",
"visibility": "enabled"
},
{
"section": "treasury",
"visibility": "enabled"
},
{
"section": "transactions",
"visibility": "read_only"
},
{
"section": "end_clients",
"visibility": "hidden"
},
{
"section": "access_control",
"visibility": "hidden"
},
{
"section": "integrations",
"visibility": "hidden"
}
],
"subject": "b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b"
}Operation succeeded.