StatsHub Docs
Endpoint referenceDashboard

/dashboard/bot/league-groups

GET
/api/v2/dashboard/bot/league-groups

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/dashboard/bot/league-groups"
[  {    "$schema": "https://example.com/schemas/LeagueGroup.json",    "createdAt": "string",    "description": "string",    "id": 0,    "memberCount": 0,    "members": [      {        "name": "string",        "slug": "string",        "tournamentId": 0,        "uniqueTournamentId": 0      }    ],    "name": "string",    "updatedAt": "string"  }]