Plans
List Published Plans
Returns all published plans available for sign-up, optionally filtered by invite code.
GET
List Published Plans
List Published Plans
Returns all plans (tariffs) that are published and available for new customers to sign up for. Optionally accepts an invite GUID to show invite-only plans.Authentication
No authentication required.Query Parameters
Invite GUID to unlock private/invite-only plans. Omit to see only publicly listed plans.
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Plans.Name,Plans.Price,Plans.Description.Response
Returns an object with aPlans array. Each plan has the following fields:
Identity
Core
Pricing
Billing
Limits
Discounts
Virtual Office
Nested Objects
Business
Timestamps (from base)
Examples
Fetch published plans
Fetch with invite code
TypeScript Integration
List Published Plans