StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/bot/league-groups

GET
/api/dashboard/bot/league-groups

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Response Body

application/json

application/json

application/json

application/json

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