Skip to main content
POST
Upgrade a Premium org to Enterprise without resubscribing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization identifier.

Example:

"org-abc123"

Body

application/json
tier
enum<string>
required

Target tier for the upgrade. Enterprise is the only valid in-place upgrade target.

Available options:
Enterprise
Example:

"Enterprise"

Response

Upgraded; returns { upgraded, tier, stripeSubscriptionId }.