Sessions
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
appUserId
string
requiredApp User ID
app
enum<string>
requiredThe integration to check the status of
Available options:
amazon
, delta
, doordash
, facebook
, github
, instacart
, instagram
, linkedin
, opentable
, twitter
, resy
, uber
, united_airlines
, nextdoor
, example
Response
200 - application/json
Session status
status
enum<string>
requiredAvailable options:
active
, unknown
, revoked
Was this page helpful?