StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/bot/stats-rules

GET
/api/dashboard/bot/stats-rules

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/stats-rules"
[  {    "createdAt": "string",    "id": 0,    "isEnabled": true,    "statisticKey": "string",    "statisticsLabel": "string",    "updatedAt": "string"  }]