EndpointsTournaments
List league tournaments
GET
/v2/leagues/{league_id}/tournamentsReturn a cursor-paginated list of tournaments for one visible league, newest first.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
league_id*League Id
League whose tournaments should be returned.
Match
^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
limit?Limit
Maximum tournaments to return.
Range
1 <= value <= 200Default
50cursor?|
Opaque cursor returned by the previous page.