Subscriptions
Resume a subscription
Undo a scheduled cancellation and return the subscription to active. Already-active subscriptions are returned unchanged; one-time purchases cannot be resumed.
Authorization
ApiKey AuthorizationBearer <token>
API key issued to the partner, sent with the Bearer prefix — for example: Authorization: Bearer sk_live_abc123.
In: header
Path Parameters
id*string
UUID of the subscription.
Format
uuidid*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/subscriptions/string/resume/"{ "message": "Subscription resumed."}