Object containing keys id, name, and website which describe the authorized application.
scopes
Array
List of scopes the user has authorized
Alias
The path /v4/session serves as an alias for /v4/sessions/{sessionId} to access the current session instance. This means requests GET /v4/session and DELETE /v4/session are valid requests to avoid unnecessarily repeating the access token in both the path and headers.