Get plan by ID
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
planId
The ID of the plan
Response
Success response
id
The unique identifier of the plan
organizationId
The organization ID that owns this plan
planGroupId
The plan group ID this plan belongs to
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
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
planProducts
The products included in this plan