Retrieve session information
Sessions
Retrieve session information
Retrieve details of an existing session using the session key, game ID, and player ID.
GET
Retrieve session information
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The session key identifying the session.
Maximum string length:
50Pattern:
^[a-zA-Z0-9_-]+$The unique identifier for the game.
Maximum string length:
50The unique identifier for the player.