Show session by ID.

This endpoint is used to get information about user's session by ID.
It's used to validate and view session details such as the authenticated user's data.
The endpoint expects a session token either in "Authorization Bearer" or through a cookie,
the name of which is set in the session.cookie.name configuration, which defaults to "irssession".
A CSRF token must also be provided if the session was issued by setting a cookie.
To provide the CSRF token, pass it in the X-IRS-CSRF-Token header.

Path Params
string
required

The identifier of the user's session.
The identifier must be in uuid format.

Example: '123e4567-e89b-12d3-a456-426655440000'

Headers
string

Session token provided in Authorization Bearer

string
string

CSRF Token

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json