Get
Get User Sessions
Returns a list of sessions for the user. Note that session tokens are not returned for security reasons.
curl -X GET "https://loading/sessions"{
"sessions": [
{
"created_at": "2019-08-24T14:15:22Z",
"expiry": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"type": "string",
"user_id": "string"
}
]
}{
"code": "InternalAuthError",
"message": "string"
}Last updated on