OpenIsle Docs
ApiConfig

Site config

Get site configuration

GET
/api/config
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://www.open-isle.com/api/config"
{
  "captchaEnabled": true,
  "registerCaptchaEnabled": true,
  "loginCaptchaEnabled": true,
  "postCaptchaEnabled": true,
  "commentCaptchaEnabled": true,
  "aiFormatLimit": 0,
  "registerMode": "DIRECT"
}