+ Test your Challonge API connection and verify your configuration. +
+ + ++ 💡 Your API v1 key works with both API versions +
++ Please store your Challonge API key in the API Key Manager to get + started. +
++ The API Key Manager securely stores your key in your browser. Set it + up once and use it across all tools. +
+Common issues:
+{{ paginationInfo }}
++ URL: + {{ getTournamentProp(tournament, 'url') }} +
++ Type: + {{ getTournamentProp(tournament, 'tournament_type') }} +
++ Participants: + {{ getTournamentProp(tournament, 'participants_count') }} +
++ Started: + {{ + formatDate(getTournamentProp(tournament, 'started_at')) + }} +
+{{
+ JSON.stringify(tournamentDetails, null, 2)
+ }}
+ + Visit + + Challonge Developer Settings + + and copy your API key +
++ Go to the API Key Manager and paste your key. It will be saved + securely in your browser. +
++ Return to this page and test your API connection with the stored + key. +
+