GetDiscordConfigByServer

GET /bot/config/{discordid}

Get Discord Config By Server

Path parameters

  • discordid string Required

Responses

  • 200 application/json

    Default Response

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

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 404 application/json

    Not Found

    Not Found

  • 503 application/json

    Service Unavailable

    Service Unavailable

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