---
title: "Get Ui Theme Settings"
method: GET
path: "/get/ui_theme_settings"
tags: ["UI Theme Settings"]
---

# Get Ui Theme Settings

`GET /get/ui_theme_settings`

Get UI theme configuration from the litellm_settings.
Returns current logo settings for UI customization.

Note: This endpoint is public (no authentication required) so all users can see custom branding.
Only the /update/ui_theme_settings endpoint requires authentication for admins to change settings.

## Response `200`

Successful Response

- UIThemeSettingsResponse — Response model for UI theme settings
  - `values` object, required
  - `field_schema` object, required

---

[API](https://skmtc.dev/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.dev/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/30b4e54edf06/schema)
