Sazabi
APIBilling

Resume subscription renewal

POST
/billing/subscription-cancellation/resume

Resume renewal before a scheduled cancellation takes effect.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/billing/subscription-cancellation/resume" \  -H "Content-Type: application/json" \  -d '{}'
{  "billingSubscriptionId": "string",  "resumed": true}