---
title: "List Themes"
method: GET
path: "/v2/theme"
tags: ["Theming"]
---

# List Themes

`GET /v2/theme`

## Query parameters

- `search` string
- `order_criteria` 'name' | 'created_at' | 'updated_at'
- `order_by` 'ASC' | 'DESC'
- `page_number` number
- `page_size` number
- `populate_customer_details` boolean

## Response `200`

Successful

- Theme[]
  - `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
- `500` — Internal Server Error

---

[API](https://skmtc.net/verifone/apis/checkout-api.md) · [All operations](https://skmtc.net/verifone/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifone/checkout-api/revisions/ed8dc1f12a5a/schema)
