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

---

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