Bingo games

Endpoint to list all bingo games and associated tasks

get
Authorizations
X-API-KeystringRequired
Responses
200

Successful response

application/json
get
/v2/admin/bingo-games
200

Successful response

Create a bingo game.

post
Authorizations
X-API-KeystringRequired
Body
prize_idsarrayRequired

the prize_ids for the bingo game

namestringRequired

the name of the Bingo game

descriptionstringOptional

the name of the Bingo game

Responses
post
/v2/admin/bingo-games
201

Successful response

Get the bingo game with the given ID.

get
Authorizations
X-API-KeystringRequired
Path parameters
bingo_game_idstringRequired

the ID of the Bingo game

Responses
200

Successful response

application/json
get
/v2/admin/bingo-games/{bingo_game_id}
200

Successful response

Update a bingo game.

patch
Authorizations
X-API-KeystringRequired
Path parameters
bingo_game_idstringRequired

the ID of the Bingo game

Body
namestringOptional

the name of the Bingo game

descriptionstringOptional

the description of the Bingo game

prize_idsarrayOptional

the prize_ids for the bingo game

statusstringOptional

the status of the Bingo game

Responses
200

Successful response

application/json
patch
/v2/admin/bingo-games/{bingo_game_id}
200

Successful response