GetBotConfigs

GET /bot/config/

Get all Bot Configs

Responses

  • 200 application/json

    Default Response

    Hide response attributes Show response attributes object
  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

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