Retrieves a paginated list of sessions.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items per page (1-100).
1 <= x <= 100
Token to fetch the next page of results, if available.
Sessions listing response
The response is of type object
.
Retrieves a paginated list of sessions.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items per page (1-100).
1 <= x <= 100
Token to fetch the next page of results, if available.
Sessions listing response
The response is of type object
.