Download OpenAPI specification:Download
Manage user sessions that are created upon successful 'frontend' authentication. This does not apply to the methods implemented via a backend-to-backend integration (under 'Backend Authentication').
Retrieves all active sessions for a specified user
[- {
- "user_id": "string",
- "session_id": "string",
- "client_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "expiration_time": "2019-08-24T14:15:22Z"
}
]