Session
Get session status
GET
/
account
/
api
/
v1
/
session
/
status
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
ownerId
string | null
Owner ID
appUserId
string | null
App User ID
domain
string
requiredDomain
Response
200 - application/json
status
enum<string>
requiredAvailable options:
active
, unknown
, revoked
Was this page helpful?