API Reference
Sessions
List active sessions
Returns a paginated list of all active user sessions.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Query Parameters
pageintegerPage number
limitintegerPage size
OK
Terminate a session
Terminates a specific user session by ID.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringSession ID
Format:
"uuid"OK
Terminate all user sessions
Terminates all active sessions for a specific user.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringUser ID
Format:
"uuid"OK
Was this page helpful?