billing:read
Get billing status
200:
free | developer | pro | enterprise
Status values: active | past_due | canceled | trialing
Subscribe / upgrade plan
201:
url to complete payment.
Cancel subscription
cancel_at_period_end = true in Stripe). The subscription remains active until the period ends.
Response 204: No content.
Change plan
DELETE /v1/billing/subscribe (cancel) instead.
To upgrade from the free plan, use POST /v1/billing/subscribe (checkout) instead.
Request body:
Response
204: No content.
Plan comparison
See Billing Tiers for full details.