Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required

ID of the app

user_id
string
required

ID of the user

Body

application/json

Session creation parameters

metadata
Metadata · object

Response

Successful Response

id
string
required
is_active
boolean
required
user_id
string
required
app_id
string
required
created_at
string<date-time>
required
metadata
Metadata · object