Resume a paused or grace-period subscription
POST/panel/workspaces/:workspace/subscription/resume
Resumes the workspace's default subscription. The request takes no body.
The subscription must be resumable — that is, paused, in a paused grace period, or in a cancellation grace period. Anything else fails with 422.
If the instance's active payment platform does not support resuming, the request fails with a server error (500) rather than a documented API error.
Request
Responses
- 200
- 401
- 403
- 404
- 422
{"success": true} — hard-coded literal, never false.
The bearer token is missing, malformed, unknown, or expired.
The token is valid, but the user it belongs to may not perform this action:
- they are not a member of the
{workspace}in the path; or - their workspace role is too low for this endpoint (write routes require Admin or Member); or
- for
/panelendpoints, they are not a platform administrator.
The host application that Mixpost is installed into can also deny access to Mixpost as a whole, which produces the same response.
The {workspace} UUID in the path does not match any workspace.
subscription: "This workspace does not have a subscription."subscription: "You can only resume subscriptions that are paused or in the grace period."