Skip to content

Get current user info​

GET
/api/auth/me

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Responses​

Current user details

application/json
JSON
{
  
"id": 0,
  
"username": "string",
  
"email": "string",
  
"role": "string",
  
"status": 0,
  
"timezone": "string",
  
"files_access": true,
  
"hide_profit": true,
  
"can_create_users": true,
  
"last_login_at": "string",
  
"created_at": "string"
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI