GET
/
apps
/
{app_id}
/
users
/
{user_id}
/
sessions
/
{session_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required
user_id
string
required
session_id
string
required

Response

200 - application/json
id
string
required
is_active
boolean
required
user_id
string
required
metadata
object
required
created_at
string
required