---
title: "Get paywall screens for specific version"
method: GET
path: "/paywalls/screens-version"
---

# Get paywall screens for specific version

`GET /paywalls/screens-version`

Retrieve the screens configuration for a specific version of a paywall

## Query parameters

- `paywall_id` integer, required — The ID of the paywall
- `version` integer, required — The version number to retrieve

## Headers

- `api_key` string, required — Your API key for authentication

## Response `200`

Paywall version screens retrieved successfully

- object
  - `success` integer
  - `screens` object — The paywall screens configuration for the specified version

## Other responses

- `422` — Validation error or version 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)
