Tournaments API
POST /api/tournament/:tournamentCode:/whitelist/update
Description: (Probably) Makes changes to the tournament whitelist. Requires a body.
Query Parameters:
NAME | DESCRIPTION | REQUIRED |
---|---|---|
userKey | Privileged account token | yes |
GET /api/tournament/:tournamentCode:/join
Description: (Probably) Checks whether or not you are allowed to join the tournament.
Query Parameters:
NAME | DESCRIPTION | REQUIRED |
---|---|---|
userKey | Account token | yes |
GET /api/tournament/:tournamentCode:/whitelist
Description: (Probably) Returns the whitelist of the tournament.
Query Parameters:
NAME | DESCRIPTION | REQUIRED |
---|---|---|
userKey | Privileged account token | yes |
GET /api/tournament/:tournamentCode:/join
Description: Checks tournament status.
Query Parameters:
NAME | DESCRIPTION | REQUIRED |
---|---|---|
userKey | Account token | no |