---
title: "Get the active theme"
method: GET
path: "/analytics/v1/settings/active-theme"
tags: ["Settings"]
---

# Get the active theme

`GET /analytics/v1/settings/active-theme`

Returns the theme currently active for the authenticated user.
`themeId` is the reserved sentinel `"default"` when no custom or
preset theme is selected and the user is on the built-in default.

## Response `200`

OK - The request succeeded.

- ActiveTheme — The theme currently active for the authenticated user.
  - `themeId` string, required — Identifier of the active theme. The reserved sentinel `"default"` is returned when the user is using the built-in default (no custom or preset theme stored).

## Other responses

- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
