---
title: "Get Active Theme"
method: GET
path: "/Theme/Active"
tags: ["Theme"]
---

# Get Active Theme

`GET /Theme/Active`

**Auth:** Authenticated - any signed-in user.

Get the active theme if there is one - app will default to their selected theme if not

## Response `200`

Success - Got Active Theme

- GetActiveThemeResponse
  - `theme` DynamicTheme
    - `id` integer
    - `themeCode` string, required
    - `primaryColour` string, required
    - `onPrimaryColour` string, required
    - `secondaryColour` string, required
    - `onSecondaryColour` string, required
    - `tertiaryColour` string, required
    - `onTertiaryColour` string, required
    - `startDate` string, date-time, nullable
    - `endDate` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get active theme
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
