header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
ladderId
array[integer]
optional
Get all invites for the ladder with this id.
tournamentId
array[integer]
optional
Get all invites for the tournament with this id. Currently unused.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.competier.net/v1/invites'
Responses
🟢200OK
application/json
Body
array of:
code
stringÂ
required
References an invite and forms an invite link for use through the Competier App.
Example:
HHLCdISYcyU=
ladderId
integerÂ
optional
Which ladder this invites to.
Example:
0
tournamentId
integerÂ
optional
Which tournament this invites to.
Example:
0
uses
integerÂ
optional
How many uses are left for this invite (if it's use-limited).
Example:
100
teamLadderEntryId
integerÂ
optional
Which ladder-entry id this invites to. This allows for "team invites" where all accounts accepting the same invite act as a single ladder-entry in a competition. This is useful if you intend to rate a team constellation as a whole, instead of each player by themselves.