Skip to main content
GET
Get all games available to the member

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Headers

memberId
string
required
Pattern: (?=\s*\S)^[\S\s]{1,36}$

Response

OK

gameId
integer<int64>
required

Id of available game

gameType
enum<string>
required
Available options:
withLogistic,
withoutLogistic,
dailyGame
gameUrl
string<uri>
required

URL of the webview for the game. For informational purposes only. Use StartGame endpoint to get the actual game URL with session parameters.

allowedAttempts
integer<int32>

Count of allowed attempts to play a game per day.

tags
string[] | null

Tags assigned to the game.

Last modified on August 10, 2026