StatsHub Docs
Endpoint referenceDashboard

/dashboard/bot/stats-rules

GET
/api/v2/dashboard/bot/stats-rules

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/dashboard/bot/stats-rules"
[  {    "$schema": "https://example.com/schemas/PlayerStatsRulesBot.json",    "createdAt": "string",    "id": 0,    "isEnabled": true,    "statisticKey": "string",    "statisticsLabel": "string",    "updatedAt": "string"  }]