PUT
/
account
/
api
/
v1
/
session

Authorizations

Authorization
string
header
required

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

Body

application/json
domain
string
required
session
object
required
ownerId
string | null

Response

200 - application/json

Updated session info

message
string
required
ownerId
string
required
domain
string
required

Was this page helpful?