Session
Retrieve session data
Returns session data associated with the specified sessionId
.
GET
/
accounts
/
sessions
/
{sessionId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
sessionId
string
requiredThe session ID.
Response
200 - application/json
created
string
requiredtimeout
integer
lastActive
string
payload
object
Was this page helpful?