Adds an invite.
POST
/v1/inviteAdds an invite to a ladder or tournament. Either ladderId or tournamentId needs to be specified.
Request
Id of the ladder to create an invite for.
Id of the tournament to create an invite for. Currently unused.
Amount of uses before this invite expires automatically.
Whether this invite should be a "team invite" 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. Creating a team invite will simultaneously create the preliminary team-ladder-entry, contrary to normal invites which create ladder-entries upon accepting them instead of creating them.
Request samples
Responses
References an invite and forms an invite link for use through the Competier App.
Which ladder this invites to.
Which tournament this invites to.
How many uses are left for this invite (if it's use-limited).
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.