---
title: "Get theme CSS variables for a paywall"
method: GET
path: "/paywalls/css-variables"
---

# Get theme CSS variables for a paywall

`GET /paywalls/css-variables`

Return the theme-level CSS variables (design tokens) currently
applied to the paywall.

## Query parameters

- `paywall_id` integer, required

## Headers

- `api_key` string, required

## Response `200`

Variables retrieved

- object
  - `success` boolean
  - `paywall_id` integer
  - `theme` string, nullable
  - `css_variables` object

## Other responses

- `422` — Paywall not found

---

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