Kaneo Logo

Get Config

Get application settings and configuration

GET
/config

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/config"
{
  "disableRegistration": true,
  "isDemoMode": true,
  "hasSmtp": true,
  "hasGithubSignIn": true,
  "hasGoogleSignIn": true,
  "hasDiscordSignIn": true,
  "hasCustomOAuth": true,
  "hasGuestAccess": true
}