---
title: "Get Org Settings"
method: GET
path: "/api/v1/environment/settings"
tags: ["Environment-Settings"]
---

# Get Org Settings

`GET /api/v1/environment/settings`

Get the environment's settings.

## Response `200`

- EnvironmentSettingsOut
  - `customColor` string, color, nullable
  - `logoUrl` string, uri, nullable
  - `customLogoUrl` string, uri, nullable — Deprecated, use `logoUrl` instead.
  - `customFontFamily` string, nullable
  - `customFontFamilyUrl` string, uri, nullable
  - `customThemeOverride` CustomThemeOverride
    - `borderRadius` BorderRadiusConfig
      - `button` 'none' | 'lg' | 'md' | 'sm' | 'full'
      - `card` 'none' | 'lg' | 'md' | 'sm' | 'full'
      - `input` 'none' | 'lg' | 'md' | 'sm' | 'full'
    - `fontSize` FontSizeConfig
      - `base` integer, nullable
  - `customStringsOverride` CustomStringsOverride
    - `channelsOne` string, nullable
    - `channelsMany` string, nullable
    - `channelsHelp` string, nullable
  - `displayName` string, nullable
  - `enableChannels` boolean
  - `enableMessageTags` boolean
  - `enableMessageStream` boolean
  - `enableIntegrationManagement` boolean
  - `enableTransformations` boolean
  - `enableEndpointOauthConfig` boolean
  - `enableEndpointMtlsConfig` boolean
  - `colorPaletteLight` CustomColorPalette
    - `primary` string, color, nullable
    - `backgroundPrimary` string, color, nullable
    - `backgroundSecondary` string, color, nullable
    - `backgroundHover` string, color, nullable
    - `textPrimary` string, color, nullable
    - `textSecondary` string, color, nullable
    - `textDanger` string, color, nullable
    - `interactiveAccent` string, color, nullable
    - `navigationAccent` string, color, nullable
    - `buttonPrimary` string, color, nullable
    - `borderPrimary` string, color, nullable
  - `colorPaletteDark` CustomColorPalette
    - `primary` string, color, nullable
    - `backgroundPrimary` string, color, nullable
    - `backgroundSecondary` string, color, nullable
    - `backgroundHover` string, color, nullable
    - `textPrimary` string, color, nullable
    - `textSecondary` string, color, nullable
    - `textDanger` string, color, nullable
    - `interactiveAccent` string, color, nullable
    - `navigationAccent` string, color, nullable
    - `buttonPrimary` string, color, nullable
    - `borderPrimary` string, color, nullable
  - `showUseSvixPlay` boolean
  - `showSvixBrandFooter` boolean
  - `wipeSuccessfulPayload` boolean
  - `showFeatureTooltips` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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