GetBotConfigs

GET /bot/config/

Get all Bot Configs

Responses

GET /bot/config/
curl \
 --request GET 'http://api.example.com/bot/config/' \
 --header "apiKey: $API_KEY"
Response examples (200)
[
  {
    "serverdiscordid": "string",
    "botlanguaje": "en",
    "readclanlog": true,
    "automatickick": true,
    "setnotreadypvp": true,
    "walkeralarm": true
  }
]
Response examples (401)
string
Response examples (503)
string