action britbox_get_full_price_renewal { label: "getFullPriceRenewal" description: "Returns full price renewal state and reason for specific user." provider: britbox method: GET path: "/itv/subscription/fullpricerenewal" encoding: json output: { type: "object" required: ["fullPriceRenewal", "reason"] properties: { fullPriceRenewal: { type: "boolean" description: "full price renewal state." } reason: { type: "string" description: "reason of full price renewal state." } } additionalProperties: false } }