---
title: "Get Settings"
method: GET
path: "/api/settings/"
---

# Get Settings

`GET /api/settings/`

## Response `200`

OK

- SettingsOut
  - `socialApps` SocialAppSchema[], required
    - `scopes` string[], required
    - `brand` string, required
    - `name` string, required
    - `client_id` string, required — App ID, or consumer key
    - `provider` string, required
  - `billingEnabled` boolean, required
  - `iPaidForGlitchTip` boolean, required
  - `enableUserRegistration` boolean, required
  - `enableSocialAppsUserRegistration` boolean, required
  - `enableOrganizationCreation` boolean, required
  - `stripePublicKey` string, nullable, required
  - `plausibleUrl` string, nullable, required
  - `plausibleDomain` string, nullable, required
  - `chatwootWebsiteToken` string, nullable, required
  - `sentryDSN` string, nullable, required
  - `sentryTracesSampleRate` number, nullable, required
  - `environment` string, nullable, required
  - `version` string, required
  - `serverTimeZone` string, required
  - `glitchtipInstanceName` string, nullable, required
  - `enabledFeatures` string[], required

---

[API](https://skmtc.net/glitchtip/apis/glitchtip-api.md) · [All operations](https://skmtc.net/glitchtip/apis/glitchtip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/glitchtip/glitchtip-api/revisions/45e129df1cfc/schema)
