SUQODocs
User GuideAPI ReferenceSDKs
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.

POST
/subscriptions/{id}/resume/
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.

Formatuuid
id*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."}