Create tournament
Casino Integration Endpoints
Create Tournament
Create a new tournament
POST
Create tournament
Create a new tournament with specified configuration including game type, player limits, entry fees, and prize distribution. The tournament will be created in ‘scheduled’ status and can be modified until it starts.
Authorizations
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Body
application/json
Example:
"Test Tournament"
Example:
"EXT_001"
Example:
"crash-classic"
Required range:
x >= 0Example:
10.5
Maximum players (null for unlimited capacity)
Required range:
x >= 1Example:
50
Required range:
x >= 1Example:
5
Example:
{ "tournament_type": "points_based" }
