---
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, required
  - `isDemoMode` boolean, required
  - `hasSmtp` boolean, required
  - `hasGithubSignIn` boolean, required
  - `hasGoogleSignIn` boolean, required
  - `hasDiscordSignIn` boolean, required
  - `hasCustomOAuth` boolean, required
  - `hasGuestAccess` boolean, required

## Changes

- **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
- **2026-02-21** `4b8811b821e6` — 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
- **2025-12-13** `75119d670ebb` — 2 info
  - added the required property `hasDiscordSignIn` to the response with the `200` status
  - added the required property `hasGuestAccess` to the response with the `200` status
- …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/30ebdae189bc/schema)
