GET
/
account
/
api
/
v1
/
session
/
status
curl --request GET \
  --url https://svc.sandbox.anon.com/account/api/v1/session/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "active"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

appUserId
string
required

App User ID

app
enum<string>
required

The 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
Successful response

Session status

status
enum<string>
required
Available options:
active,
unknown,
revoked