Paywalls V2

List Paywalls

Returns a list of paywalls for the specified application. Requires paywalls:read scope. The application_id query parameter is required.

get/v2/paywalls

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (1-100, default: 10)

starting_afterstring

a string to be decoded into a number

a string to be decoded into a number

ending_beforestring

a string to be decoded into a number

a string to be decoded into a number

application_idstring required

Filter by application ID (required)

Filter by application ID (required)

'draft'

Paywall is not active in any enabled campaign (inactive)

OR
'active'

Paywall is active in at least one enabled campaign

OR
'archived'

Paywall has been archived

Current status of the paywall

archived'true' | 'false'

a string to be decoded into a boolean

Include archived paywalls (default: false)

Response

Success

object'list' required

Object type, always list

url'/v2/paywalls' required

API endpoint URL for this list

has_moreboolean required

Whether there are more results available beyond this page

Changes

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