cURL
curl --request POST \ --url https://ts.playservices.tech/api/api/tournaments/{tournamentId}/start \ --header 'Authorization: Bearer <token>'
{ "tournament": { "tournamentId": "12345", "name": "Daily Championship", "gameSlug": "crash-classic", "status": "scheduled", "scheduledStart": "2023-11-07T05:31:56Z", "actualStartTime": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "maxPlayers": 100, "currentPlayers": 87, "entryFee": 10, "currency": "USD", "prizePool": { "totalAmount": 870, "currency": "USD", "guaranteedPrize": 500, "distribution": {} }, "gameConfig": {}, "createdAt": "2023-11-07T05:31:56Z" }, "actual_start_time": "2023-11-07T05:31:56Z", "final_player_count": 123, "final_prize_pool": 123, "message": "<string>" }
Manually start a tournament
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Unique tournament identifier
"12345"
Tournament started
Show child attributes