Tours & Events

Plans

Billing plans available for subscription

Plans describe the subscription tiers an organization can choose from.

Resource overview

GET/api/plans/publicPublic
GET/api/plansSessionRole: Super Admin
POST/api/plansSessionRole: Super Admin
GET/api/plans/{id}SessionRole: Super Admin
PATCH/api/plans/{id}SessionRole: Super Admin
DELETE/api/plans/{id}SessionRole: Super Admin

Public plan listing

GET/api/plans/publicPublic

The 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 Admin
POST/api/plansSessionRole: Super Admin
GET/api/plans/{id}SessionRole: Super Admin
PATCH/api/plans/{id}SessionRole: Super Admin
DELETE/api/plans/{id}SessionRole: Super Admin

Plan mutations are restricted to platform super admins. Org owners should change their subscription via Billing.

On this page