GET
/
api
/
v1
/
tokens
/
active
[
  {}
]

Get all active refresh token sessions for the current user.

  • Method: GET
  • Path: /api/v1/tokens/active

Response

Returns an array of active session objects.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

The response is of type Response Get Active Sessions Api V1 Tokens Active Get · object[].