---
title: "Getmerchanttheme"
method: GET
path: "/v2/giftcards/merchants/theme"
tags: ["Gift Card Merchants"]
---

# Getmerchanttheme

`GET /v2/giftcards/merchants/theme`

Fetch the authenticated merchant's persisted portal theme.

## Headers

- `X-Eposn-Merchant-Token` string, nullable

## Response `200`

Successful Response

- MerchantThemeResponse
  - `theme` GiftCardMerchantTheme, required — Persisted merchant-facing theme configuration for the EPOSN portal.
    - `presetId` string
    - `primary` string
    - `primaryFg` string
    - `sidebarBg` string
    - `sidebarText` string
    - `sidebarActiveBg` string
    - `sidebarActiveText` string
    - `sidebarBadge` string
    - `background` string
    - `foreground` string
    - `surface` string
    - `border` string
    - `muted` string
    - `logoUrl` string, nullable
    - `logoAlt` string, nullable
    - `fontFamily` string, nullable
    - `borderRadius` 'none' | 'sm' | 'md' | 'lg' | 'full'

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
