---
title: "Get Config"
method: GET
path: "/config"
tags: ["Config"]
---

# Get Config

`GET /config`

Get application settings and configuration

## Response `200`

Application settings

- object
  - `disableRegistration` boolean, nullable, required
  - `disablePasswordRegistration` boolean, nullable, required
  - `disableEmailOtpSignIn` boolean, nullable, required
  - `isDemoMode` boolean, required
  - `hasSmtp` boolean, required
  - `hasGithubSignIn` boolean, nullable, required
  - `hasGoogleSignIn` boolean, nullable, required
  - `hasDiscordSignIn` boolean, nullable, required
  - `hasCustomOAuth` boolean, nullable, required
  - `hasGuestAccess` boolean, nullable, required
  - `disableLoginForm` boolean, nullable, required
  - `customOAuthAutoLogin` boolean, nullable, required
  - `customOAuthLogoutUrl` string, nullable, required

## Changes

- **2026-07-11** `32cece1ebe43` — 5 info
  - added the required property `customOAuthAutoLogin` to the response with the `200` status
  - added the required property `customOAuthLogoutUrl` to the response with the `200` status
  - added the required property `disableEmailOtpSignIn` to the response with the `200` status
  - added the required property `disableLoginForm` to the response with the `200` status
  - …1 more
- **2026-03-05** `c45ef22a736c` — 6 breaking, 6 info
  - the response property `disableRegistration` became nullable for the status `200`
  - the response property `hasCustomOAuth` became nullable for the status `200`
  - the response property `hasDiscordSignIn` became nullable for the status `200`
  - the response property `hasGithubSignIn` became nullable for the status `200`
  - …8 more
- **2026-03-04** `298877d6a79a` — 6 breaking
  - response property `disableRegistration` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `hasCustomOAuth` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `hasDiscordSignIn` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `hasGithubSignIn` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/config/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/09053e1c8b21/schema)
