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

# Get Current User Route



## OpenAPI

````yaml /api-reference/openapi.json get /api/users/me
openapi: 3.1.0
info:
  title: apowerb API
  description: REST API of the apowerb agentic framework (open-source edition).
  version: 0.1.2
  license:
    name: MIT
    url: https://github.com/apowerb/apowerb/blob/main/LICENSE
servers:
  - url: https://api.example.com
    description: Your apowerb instance
  - url: http://localhost:8000
    description: Local stack
security: []
paths:
  /api/users/me:
    get:
      tags:
        - users
      summary: Get Current User Route
      operationId: get_current_user_route_api_users_me_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````

## Related topics

- [Get Excel Preview](/api-reference/onedrive-browser/get-excel-preview.md)
- [List published dashboards shared with the current user](/api-reference/dashboards/list-published-dashboards-shared-with-the-current-user.md)
- [Get Tool Configs](/api-reference/tools_config/get-tool-configs.md)
- [Get Webhook Log By Id](/api-reference/webhooks/get-webhook-log-by-id.md)
- [List Keys](/api-reference/api-keys/list-keys.md)
