Skip to main content
POST
Start game

Authorizations

Authorization
string
header
required

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

Headers

memberId
string
required

Member id

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

Optional data to include into session id. This data is then passed to Promotion service when assigning rewards.

Maximum string length: 256

Path Parameters

gameId
integer<int64>
required

Game id

Response

OK

gameUrl
string<uri>
required

URL of the webview for the game. Ready to be opened in the app or browser to show the gameplay.

attemptId
string
required

Unique identifier for the attempt. Used in Gameplay for correlation with game data

Minimum string length: 1
gameType
enum<string>
required
Available options:
withLogistic,
withoutLogistic,
dailyGame
tags
string[] | null

Tags assigned to the game.

Last modified on August 10, 2026