---
title: "Retrieve Paywall Template"
method: GET
path: "/v2/paywalls/templates/{id}"
tags: ["Paywalls V2"]
---

# Retrieve Paywall Template

`GET /v2/paywalls/templates/{id}`

Retrieves a paywall template by ID. Requires paywalls:read scope.

## Path parameters

- `id` string, required — Template ID

## Response `200`

Success

- object
  - `id` string, required — Unique identifier for the template
  - `object` 'paywall_template', required — Object type, always `paywall_template`
  - `application_id` string, required — ID of the application that owns this template
  - `name` string, required — Display name of the template
  - `description` string, nullable, required — Description of the template, or null
  - `paywall_url` string, required — URL to the interactive template paywall
  - `categories` string[], required — Categories this template belongs to
  - `preview_url` string, nullable, required — URL to preview the template, or null
  - `visibility` union, required — Visibility scope of the template
    - 'public' — Visible to all organizations
    - 'organization' — Visible only to the owning organization
  - `presentation_style` union, required — Default presentation style of the template
    - 'fullscreen' — Full screen presentation
    - 'modal' — Modal presentation
    - 'sheet' — Bottom sheet presentation
    - 'push' — Push navigation presentation
  - `created_at` string, required — ISO 8601 timestamp of when the template was created
  - `updated_at` string, required — ISO 8601 timestamp of when the template was last updated

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `403` — The API key does not have permission to perform this action
- `404` — The requested resource was not found
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

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