API reference / billing
billing
/api/v1/subscriptionsCurrent subscription state for the caller's org and user, plus the tiers available to upgrade to.
- Auth:
- required
/api/v1/subscriptionsChange tier. Body `{ tier: "team" | "organization" | "family_premium" }`. The two org tiers require admin or above and are refused with 403 for anyone below; `family_premium` is a personal tier and is not gated on org role.
- Auth:
- required