Adds an invite to a ladder or tournament. Either ladderId or tournamentId needs to be specified.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://api.competier.net/v1/invite'
Responses
application/json {
"code": "HHLCdISYcyU=",
"ladderId": 0,
"tournamentId": 0,
"uses": 100,
"teamLadderEntryId": 0
}
Modified at 2024-04-09 16:58:35