> ## Documentation Index
> Fetch the complete documentation index at: https://docs.causeloop.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Shell Nav

> GET /shell/nav — navigation structure with live badge counts.



## OpenAPI

````yaml /openapi.json get /v1/shell/nav
openapi: 3.1.0
info:
  description: Causeloop Platform Backend
  title: Causeloop API
  version: 1.0.0
servers: []
security: []
paths:
  /v1/shell/nav:
    get:
      tags:
        - shell
      summary: Get Shell Nav
      description: GET /shell/nav — navigation structure with live badge counts.
      operationId: get_shell_nav_v1_shell_nav_get
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      scheme: bearer
      type: http

````