Sessions APIs
Operations
GET
Get Current Sessions
List all sessions for current user
POST
Login
Logs in a user
GET
Get Session
Returns the specified session for current user
DELETE
Logout
Logs out the current user
GET
Get Current Session
Returns the current session identified by credentials supplied using the Authorization header
DELETE
Logout Current Session
Logout current session
GET
Get Current Session Rights
Returns the rights associated with the current session. Please note that the 'impliedRights' and 'isPublishable' fields will not be set for rights returned from this endpoint.