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

# Get user profile



## OpenAPI

````yaml api-reference/openapi.json get /auth/profile
openapi: 3.0.0
info:
  title: Translator API
  description: The Translator API documentation
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /auth/profile:
    get:
      tags:
        - Auth
      summary: Get user profile
      operationId: AuthController_getProfile
      parameters: []
      responses:
        '200':
          description: ''
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````