Skip to main content
GET
/
config
cURL
curl --request GET \
  --url https://cloud.kaneo.app/api/config \
  --header 'Authorization: Bearer <token>'
{
  "disableRegistration": true,
  "isDemoMode": true,
  "hasSmtp": true,
  "hasGithubSignIn": true,
  "hasGoogleSignIn": true,
  "hasDiscordSignIn": true,
  "hasCustomOAuth": true,
  "hasGuestAccess": true
}

Authorizations

Authorization
string
header
required

API Key authentication

Response

200 - application/json

Application settings

disableRegistration
boolean | null
required
isDemoMode
boolean
required
hasSmtp
boolean
required
hasGithubSignIn
boolean | null
required
hasGoogleSignIn
boolean | null
required
hasDiscordSignIn
boolean | null
required
hasCustomOAuth
boolean | null
required
hasGuestAccess
boolean | null
required