Sessions
List sessions
List all the app user sessions you have access to. Optionally filter by a specific user.
GET
/
account
/
api
/
v1
/
sessions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
appUserId
string | null
Filter by a particular user
Response
200 - application/json
List of sessions
sessions
object[]
requiredWas this page helpful?