Plans
List My Plans
Returns all active plans (contracts) for the authenticated customer.
GET
List My Plans
List My Plans
Returns the list of plans (contracts/tariffs) that the authenticated customer currently holds. Used to display the customer’s active subscriptions on the dashboard.A plan (also called a tariff) is a recurring membership package. Each plan creates a contract that tracks billing, start/end dates, and
cancellation status.
Authentication
Requires a valid customer bearer token.Query Parameters
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=Records.Tariff.Name,Records.Price,Records.Active,Records.StartDate.Response
Returns an array of contract/plan objects for the authenticated customer.Contract Fields
Identity
Dates
Pricing
Status
Billing
Nested Objects
Timestamps (from base)
Examples
Fetch my plans
TypeScript Integration
List My Plans