Skip to main content
GET
List sessions
Required scopes: sessions--my:ro

Authorizations

Authorization
string
header
required

This API uses OAuth2 with the implicit grant flow. Learn about the implicit grant flow.

Response

OK: Returns the list of sessions.

account_id
string<uuid>
read-only

Unique account identifier.

session_id
string<uuid>
read-only

Unique session identifier.

current
boolean
read-only

If true: the access token used to request the data belongs to the current session.

user_agent
string
read-only

Name of the user agent (device) on which the session was established.

identity_source
enum<string>
read-only

The type of identity source.

Available options:
credentials,
explicit,
google,
token,
microsoft,
apple
ip
string
read-only

IP address of the computer on which the session was established.

applications
object[]