---
title: "Get UI configuration"
method: GET
path: "/api/v1/ui/config"
tags: ["ui"]
---

# Get UI configuration

`GET /api/v1/ui/config`

Get UI configuration including banner settings

## Response `200`

OK

- UIConfigResponse
  - `allow_unencrypted` boolean
  - `banner` BannerResponse
    - `dismissible` boolean
    - `enabled` boolean
    - `id` string
    - `message` string
    - `variant` string
  - `encryption_configured` boolean
  - `table_preview_enabled` boolean

---

[API](https://skmtc.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marmotdata/marmot-api/revisions/0bd802afff21/schema)
