---
title: "Settings"
method: GET
path: "/settings"
tags: ["General info"]
---

# Settings

`GET /settings`

This API returns the settings of the Everest installation.

## Response `200`

Successful operation

- Settings — Everest global settings
  - `oidcConfig` OIDCConfig, required — Everest OIDC provider configuration
    - `clientId` string, required — OIDC application clientID
    - `issuerURL` string, required — OIDC provider url
    - `scopes` string[], required — OIDC scopes

## Changes

- **2025-02-05** `6254008e3b34` — 1 info
  - added the required property `oidcConfig/scopes` to the response with the `200` status
- **2024-06-19** `00f3dd8cb624` — 1 info
  - api tag `General info` added
- **2024-05-30** `aa094a59d9aa` — 1 info
  - endpoint added
- **2024-04-12** `dec31e5eea8e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/settings/get.md)

---

[API](https://skmtc.dev/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.dev/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openeverest/openeverest-schema/revisions/46b19e13670b/schema)
