Skip to main content

Get current user

GET
/auth/me

Contract

Parameter
Value
Sectionauth
AuthenticationCookieAuth
Consumesnot required
Producesapplication/json

Parameters

0 parameters

No parameters are required.

Responses

3 responses

Status
Description
Type
200
Response: {data: database.User}object
401
Unauthorizedobject
500
User not foundobject
  • {}
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }