Skip to main content
GET
/
cabinet
/
contests
/
{round_id}
Get Contest Game
curl --request GET \
  --url https://api.example.com/cabinet/contests/{round_id} \
  --header 'Authorization: Bearer <token>'
{
  "round_id": 123,
  "game_type": "<string>",
  "game_data": {},
  "instructions": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

round_id
integer
required

Response

Successful Response

Data for playing a contest game.

round_id
integer
required
game_type
string
required
game_data
Game Data · object
required
instructions
string
required