Session
/session
Current user session information.
GET
Output: |
SessionInfo |
|
Retrieves the current session information. |
PUT
DELETE
Output: |
HTTP 204 status code |
|
Performs a logout for the session. A session ID must have been provided as part of the authentication token request for this to work. |
Sub-Resources
Item |
Description |
Authentication tokens |
Authentication token representing the current session. |
User ID |
The ID of the current user. |
Vault |
The document vault attached to the current session. |
Vaults |
Retrieves a list of vaults that are accessible by the current user. |