Get plans for a plan group
Retrieves all plans in a plan group with their features (product-attribute pairs)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
planGroupId
The ID of the plan group
Response
Success response
id
The unique identifier of the plan
name
The name of the plan
type
The type of plan (flat for fixed pricing, usage for usage-based, credit for prepaid credits)
Allowed values:
pricing
The pricing configuration for a plan. Uses the same PricePoints structure as product pricing.
createdAt
When the plan was created
updatedAt
When the plan was last updated
features
The features (product-attribute pairs) included in this plan
description
The description of the plan
nextPlanId
The ID of the next plan in the sequence
prevPlanId
The ID of the previous plan in the sequence