Skip to main content
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
string
Invite GUID to unlock private/invite-only plans. Omit to see only publicly listed plans.
_shape
string
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 a Plans 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