/auth/admin/navResolve backend chrome bootstrap payload
Returns the backend chrome payload available to the authenticated administrator after applying scope, RBAC, role defaults, and personal sidebar preferences.
Responses
{
"groups": [
{
"name": "string",
"items": [
{
"href": "string",
"title": "string"
}
]
}
],
"settingsSections": [
{
"id": "string",
"label": "string",
"items": [
{
"id": "string",
"label": "string",
"href": "string"
}
]
}
],
"settingsPathPrefixes": [
"string"
],
"profileSections": [
{
"id": "string",
"label": "string",
"items": [
{
"id": "string",
"label": "string",
"href": "string"
}
]
}
],
"profilePathPrefixes": [
"string"
],
"grantedFeatures": [
"string"
],
"roles": [
"string"
]
}Example
curl -X GET "https://mercato-pr-97.tournee.io/auth/admin/nav" \ -H "Accept: application/json" \ -H "authorization: Bearer <token>"