Skip to main content
POST
Manage the organization subscription

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
action
enum<string>
required

The subscription operation to perform.

Available options:
cancel,
reactivate,
change_plan
planId
string

Target plan id — required when action is change_plan.

reason
string

Optional reason recorded verbatim in the audit trail.

Maximum string length: 500

Response

200 - application/json

The resulting subscription state after the change.

data
object
meta
object