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

# Get config

`GET /config`

Public instance settings: which sign-in methods, registration paths, and features are enabled.

## Response `200`

Application settings

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

## Changes

- **2026-08-24** `08bbb5bedb5d` — 2 info
  - added the required property `billingEnabled` to the response with the `200` status
  - added the required property `disableWorkspaceCreation` to the response with the `200` status
- **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
- …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/9d1da42c10ce/schema)
