Resume A Paused Subscription
Resumes a paused subscription, reschedules missed fulfillments, and restores order processing.
Overview
- Method: POST
- Path:
/brand/subscriptions/resume-subscription/<id> - Tags: brand
Parameters
id (path)
- Type:
string - Required: Yes
- Description: id parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"message": "string",
"subscription": "string",
"state": "string"
}400
Bad Request
Content Type: application/json
{
"message": "string"
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/brand/subscriptions/resume-subscription/<id> \
-H "Content-Type: application/json" \