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

# Get app config

`GET /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

## Changes

- **2026-07-20** `df6e5a12170a` — 4 info
  - added the optional property `creatorMode/oneOf[#/components/schemas/CreatorMode]/localizedTitles` to the response with the `200` status
  - added the optional property `creatorMode/oneOf[#/components/schemas/CreatorMode]/showGeneratedSql` to the response with the `200` status
  - added the optional property `creatorMode/oneOf[#/components/schemas/CreatorMode]/showSemanticSql` to the response with the `200` status
  - added the optional property `embedding` to the response with the `200` status
- **2026-06-18** `4427b83cad16` — 1 info
  - endpoint added
- **2026-06-07** `241493c9a786` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cube-js/apis/cube-cloud-rest-api/changes/v1/app-config/get.md)

---

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