Sessions API
Get User Session by ID
Retrieves a specific session for the authenticated user.
get/session-storage/sessions/{session_id}
Path parameters
session_idstring required
The ID of the session.
Response
Session details.
Example response
{
"ok": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.