v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Update paywall screens

Update the screens configuration for a specific paywall

put/paywalls/screens

Headers

api_keystring required

Your API key for authentication

Request body

paywall_idinteger required

The ID of the paywall to update

screensstring required

JSON string containing the paywall screens configuration

Example request

{
  "paywall_id": 123,
  "screens": "{\"screen1\": {\"type\": \"payment\", \"title\": \"Choose your plan\"}}"
}

Response

Paywall screens updated successfully

successinteger

Example response

{
  "success": 1
}