cURL
curl --request GET \ --url https://ts.playservices.tech/api/api/tournaments/{tournamentId}/leaderboard \ --header 'Authorization: Bearer <token>'
{ "tournament_id": "<string>", "leaderboard": { "data": [ { "position": 123, "player_id": "<string>", "display_name": "<string>", "points": "<string>", "status": "<string>" } ] }, "last_updated": "2023-11-07T05:31:56Z" }
Get real-time tournament leaderboard
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Unique tournament identifier
"12345"
Number of players to return
1 <= x <= 200
Include eliminated players
Tournament leaderboard
Show child attributes