Billing
Upgrade Plan
Upgrade to a higher subscription plan
POST
Upgrade Plan
For existing subscribers, returns a billing portal URL for plan change (with automatic proration). For users without an active subscription, creates a new subscription checkout.
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
plan | string | Yes | starter or pro |
Response (existing subscriber)
Response (no subscription)
Same asPOST /v1/billing/subscribe.Upgrade Plan