Paywalls V2

Retrieve Paywall Template

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

get/v2/paywalls/templates/{id}

Path parameters

idstring required

Template ID

Template ID

Response

Success

idstring required

Unique identifier for the template

object'paywall_template' required

Object type, always paywall_template

application_idstring required

ID of the application that owns this template

namestring required

Display name of the template

descriptionstring nullable required

Description of the template, or null

paywall_urlstring required

URL to the interactive template paywall

categoriesstring[] required

Categories this template belongs to

preview_urlstring nullable required

URL to preview the template, or null

created_atstring required

ISO 8601 timestamp of when the template was created

updated_atstring required

ISO 8601 timestamp of when the template was last updated

Changes

No recorded changes to this endpoint across all 2 revisions of this API.