Get User Session by ID
Retrieves a specific session for the authenticated user.
Path Parameters |
---|
session_id string — REQUIREDThe ID of the session. |
Responses | ||||||
---|---|---|---|---|---|---|
200 Session details.
| ||||||
401 Unauthorized access.
| ||||||
403 Forbidden action.
| ||||||
404 Session not found.
| ||||||
500 Internal server error.
|