List sessions
Sessions
List sessions
Returns all sessions for a given account ID. The account ID is obtained from an authorization grant.
GET
List sessions
Required scopes:
sessions--my:roAuthorizations
This API uses OAuth2 with the implicit grant flow. Learn about the implicit grant flow.
Response
OK: Returns the list of sessions.
Unique account identifier.
Unique session identifier.
If true: the access token used to request the data belongs to the current session.
Name of the user agent (device) on which the session was established.
The type of identity source.
Available options:
credentials, explicit, google, token, microsoft, apple IP address of the computer on which the session was established.