---
title: "Get app config"
method: GET
path: "/api/v1/app-config"
tags: ["App Theme"]
---

# Get app config

`GET /api/v1/app-config`

## Response `200`

- AppConfigResponse
  - `appTheme` AppTheme
    - `dark` AppThemeScheme, required
      - `accentColor` string, required
      - `backgroundColor` string, required
      - `contrast` number, required
      - `foregroundColor` string, required
      - `logoUrl` string, required
    - `light` AppThemeScheme, required
      - `accentColor` string, required
      - `backgroundColor` string, required
      - `contrast` number, required
      - `foregroundColor` string, required
      - `logoUrl` string, required
    - `typography` AppThemeTypography
      - `body` AppThemeFontRef, required
        - `fontRef` string, required
        - `fontWeight` number, required
      - `fonts` ThemeFont[], required
        - `family` string, nullable
        - `format` string, required
        - `id` string, required
        - `name` string, nullable
        - `url` string, required
      - `heading` AppThemeFontRef, required
        - `fontRef` string, required
        - `fontWeight` number, required
  - `applyThemeGlobally` boolean, required
  - `creatorMode` CreatorMode
    - `localizedTitles` LocalizedValue[], nullable
      - `locale` string, required
      - `value` string, required
    - `showGeneratedSql` boolean, nullable
    - `showSemanticSql` boolean, nullable
    - `showWorkspaceTitle` boolean, nullable
    - `workspaceTitle` string, nullable
  - `embedding` EmbedSettings
    - `locale` string, nullable
    - `showDashboardChat` boolean, nullable
  - `sheetsUi` SheetsUiSettings
    - `showAppliedFilters` boolean, nullable

---

[API](https://skmtc.net/cube-js/apis/cube-cloud-rest-api.md) · [All operations](https://skmtc.net/cube-js/apis/cube-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cube-js/cube-cloud-rest-api/revisions/a0c6b1d2ac96/schema)
