Gets all invites for a ladder or tournament.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.competier.net/v1/invites' \
--header 'Authorization: Bearer <token>'
Responses
application/json [
{
"code": "HHLCdISYcyU=",
"ladderId": 0,
"tournamentId": 0,
"uses": 100,
"teamLadderEntryId": 0
}
]
Modified at 2024-04-09 16:58:35