⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/sessions

List the current browser session and other active sessions for the authenticated user.

GET/api/user/sessions

Response Body

application/json

application/json

curl -X GET "https://example.com/api/user/sessions"
{  "current": {    "id": "string",    "createdAt": "2019-08-24T14:15:22Z",    "ua": "string",    "client": "string",    "device": "string",    "userId": "string"  },  "other": [    {      "id": "string",      "createdAt": "2019-08-24T14:15:22Z",      "ua": "string",      "client": "string",      "device": "string",      "userId": "string"    }  ]}