Skip to main content
GET
Get Navigation Outline

Get Navigation Outline

Returns the navigation outline that defines the portal’s top-level menu structure, sidebar navigation, and page hierarchy. Operators customise this outline in the Nexudus dashboard. The portal renders its navigation tree directly from this response, making it the single source of truth for what menu items and pages are visible.

Authentication

Requires a valid customer bearer token.

Response

Returns an object with a single Json property containing the navigation structure as a serialised JSON string. Consumers must JSON.parse() the value to get the navigation tree.
Json
string
Serialised JSON string containing the navigation tree structure. Parse this to get the navigation items, routes, and page hierarchy.

Example Response

TypeScript Integration

Usage in Portal

Error Responses

401 Unauthorized
error
The bearer token is missing, expired, or invalid.