Skip to main content

Get User Session by ID

Retrieves a specific session for the authenticated user.

Path Parameters
session_id string REQUIRED

The ID of the session.

Responses
200

Session details.

Schema OPTIONAL
data object OPTIONAL
id string OPTIONAL

Session identifier.

created_at date-time OPTIONAL

Session creation timestamp.

updated_at date-time OPTIONAL

Session last update timestamp.

expires_at date-time OPTIONAL

Session expiration timestamp.

401

Unauthorized access.

Schema OPTIONAL
error string OPTIONAL

Error message.

403

Forbidden action.

Schema OPTIONAL
error string OPTIONAL

Error message.

404

Session not found.

Schema OPTIONAL
error string OPTIONAL

Error message.

500

Internal server error.

Schema OPTIONAL
error string OPTIONAL

Error message.