Skip to main content
POST
Start Tournament Route

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

tournament_id
string
required
Pattern: ^tour_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

tournament
TournamentPublic · object
required

Full tournament document served by the detail/lifecycle endpoints.

workflow_id
string
required
round
NextRound · object | null