---
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

- **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
- **2025-12-11** `93b231773126` — 1 breaking, 6 info
  - the response's body type changed from no type to `object` for status `200`
  - added the required property `disableRegistration` to the response with the `200` status
  - added the required property `hasCustomOAuth` to the response with the `200` status
  - added the required property `hasGithubSignIn` to the response with the `200` status
  - …3 more

[Change 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/15fac753c45f/schema)
