Skip to content

List active sessions

GET
/vendor/sessions

Список активных сессий пользователя

Authorizations

sessionCookie

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

Type
API Key (cookie: PARTIZAP_SESSION)

Responses

List of sessions

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"ip_address": "string",
  
  
  
"user_agent": "string",
  
  
  
"last_activity": "string",
  
  
  
"is_current": true
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI