Skip to main content

Add a generic (platform-less) subscription

POST 

/panel/workspaces/:workspace/subscription/generic

Grants the workspace a generic subscription — an internal subscription that exists only in Mixpost, with no payment platform involved and no charge.

Side effect: any existing subscription on the workspace is first cancelled immediately and then deleted. This is destructive and happens even if the cancellation on the payment platform fails, so a stale subscription may be left behind there. Do not use this endpoint to change a paying workspace's plan — use the change-plan endpoint instead.

trial_days overrides the default trial length, and keep_prev_trial_ends_at preserves the previous trial end date.

Request

Responses

{"success": true} — hard-coded literal, never false.