---
title: "Get a theme by id"
method: GET
path: "/v2/theme/{themeId}"
tags: ["Theming"]
---

# Get a theme by id

`GET /v2/theme/{themeId}`

## Path parameters

- `themeId` string, required

## Response `200`

Successful

- Theme — Theme parameters
  - `name` string, required
  - `logo` string — Uploaded image Id
  - `entity_id` string — Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)
  - `base_font_family` 'Roboto' | 'Open Sans' | 'Lato' | 'Slabo' | 'Oswald' | 'Source Sans Pro' | 'Montserrat' | 'Raleway' | 'PT Sans' | 'Lora' | 'Noto Sans' | 'Noto Serif' | 'Nunito Sans' | 'Concert One' | 'Prompt' | 'Work Sans' — base fonts available for theme
  - `text_color` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `heading_color` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `background_color` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `panel_background_color` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `primary_color` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `primary_color_inverse` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `primary_color_disabled` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `primary_color_inverse_disabled` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `error_color` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `error_color_inverse` string — 6 digit hex code, e.g. <code>ffe0e0</code>
  - `input_border_radius` number
  - `input_border_width` number
  - `hide_verifone_seal` boolean — Show/Hide verifone seal on the checkout page
  - `config` Config
    - `is_default` boolean — Specifies whether the theme is the default theme for the entity. Only one default theme allowed per Entity/Organization.
  - `id` string
  - `created_at` string, date
  - `updated_at` string, date

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/westpac/apis/checkout-api.md) · [All operations](https://skmtc.dev/westpac/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/westpac/checkout-api/revisions/97b34ca7df9a/schema)
