v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

List paywalls

get/paywalls

Query parameters

with_deletedboolean
summaryboolean

When true, each paywall row drops heavy fields (custom_css, custom_head_html, css_variables, analytics, plans, prices) so a long list still fits in one response. Call GET /paywalls/{id} for full details when needed.

Headers

api_keystring required

Response

List of paywalls

successinteger

Example response

{
  "paywalls": [
    {
      "id": 210,
      "project_id": 78,
      "slug": "api-paywall",
      "name": "API Paywall",
      "payment_system": "stripe",
      "after_pay_redirect": {
        "id": 24757
      },
      "prices": [
        {
          "after_pay_redirect": {
            "id": 24757
          }
        }
      ],
      "source_data": "JSON"
    }
  ]
}