Skip to content

Current admin user

GET
/admin/auth/me

Профиль текущего аутентифицированного администратора

Authorizations

sessionCookie

PHP session cookie (HTTP-only, Secure, SameSite=Lax)

Type
API Key (cookie: PARTIZAP_SESSION)

Responses

Admin user profile

application/json
JSON
{
  
"data": {
  
  
"id": 0,
  
  
"email": "string",
  
  
"display_name": "string",
  
  
"is_active": true,
  
  
"totp_enabled": true,
  
  
"last_seen_at": "string",
  
  
"created_at": "string"
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI