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

# [Authenticated] Get current user info



## OpenAPI

````yaml /openapi/tenant.json get /api/v1/auth/me
openapi: 3.0.1
info:
  title: Cativa Social API (public)
  version: public
servers: []
security: []
paths:
  /api/v1/auth/me:
    get:
      tags:
        - Users
      summary: '[Authenticated] Get current user info'
      operationId: GetMe
      responses:
        '200':
          description: OK

````