Plans
Billing plans available for subscription
Plans describe the subscription tiers an organization can choose from.
Resource overview
GET
/api/plans/publicPublicGET
/api/plansSessionRole: Super AdminPOST
/api/plansSessionRole: Super AdminGET
/api/plans/{id}SessionRole: Super AdminPATCH
/api/plans/{id}SessionRole: Super AdminDELETE
/api/plans/{id}SessionRole: Super AdminPublic plan listing
GET
/api/plans/publicPublicThe catalogue used by marketing and onboarding pages. No authentication.
200
{
"data": [
{
"id": "plan-uuid",
"name": "Starter",
"monthlyPrice": "29.00",
"yearlyPrice": "290.00",
"currency": "USD",
"features": ["Up to 3 tours", "10 events / month", "Email support"]
}
]
}Manage plans (super admin)
GET
/api/plansSessionRole: Super AdminPOST
/api/plansSessionRole: Super AdminGET
/api/plans/{id}SessionRole: Super AdminPATCH
/api/plans/{id}SessionRole: Super AdminDELETE
/api/plans/{id}SessionRole: Super AdminPlan mutations are restricted to platform super admins. Org owners should change their subscription via Billing.