Paywall Resolver (Public)

Resolve Paywall by ID

Returns the identifier and name for a paywall id, scoped to the application in the caller's preview capability (sat_ or API-minted pvt_), sent as Authorization: Bearer <token>. Returns 404 if the token is missing/invalid or the paywall does not belong to that application.

get/v2/paywalls/resolve

Query parameters

idstring required

Numeric paywall database id to resolve (from a preview deep link paywall_id)

Numeric paywall database id to resolve (from a preview deep link paywall_id)

Response

Success

idstring required

Numeric paywall database id

identifierstring required

URL-safe identifier (slug) for the paywall

namestring required

Display name of the paywall

application_idstring required

ID of the application this paywall belongs to

Changes

No recorded changes to this endpoint across all 1 revision of this API.