API reference / billing

billing

GET/api/v1/subscriptions

Current subscription state for the caller's org and user, plus the tiers available to upgrade to.

Auth:
required
POST/api/v1/subscriptions

Change 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
billing API — Peer10 Developers