cURL
curl --request GET \ --url https://ts.playservices.tech/api/api/internal/tournaments/{tournamentId}/players \ --header 'X-Internal-Api-Key: <api-key>'
{ "tournament_id": "<string>", "total_players": 123, "max_players": 123, "tournament_status": "<string>", "players": [ { "internal_player_id": "<string>", "display_name": "<string>", "external_id": "<string>", "status": "<string>", "points": "<string>", "current_round_id": "<string>", "current_group_id": "<string>", "entry_count": 123, "registered_at": "2023-11-07T05:31:56Z" } ] }
Get all players in a tournament with their internal IDs for game platform
Internal API key for Game Platform integration
Unique tournament identifier
"12345"
Tournament players for game platform
Show child attributes