Plans
Get Plan
Retrieve details of a specific plan by ID. Use when you need to load a single plan for display or to create a subscription.
GET
Get Plan
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flexprice/flexprice/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Unique identifier of the plan.Example:
"plan_a1b2c3d4e5f6g7h8i9j0"Response
Unique identifier for the plan.
Human-readable name for the plan.
Unique lookup key.
Description of the plan.
Display order for the plan.
Custom metadata.
Environment ID where the plan exists.
Tenant ID that owns this plan.
Status of the plan.Values:
"published", "draft", "archived"ISO 8601 timestamp when the plan was created.
ISO 8601 timestamp when the plan was last updated.
ID of the user who created the plan.
ID of the user who last updated the plan.
Array of prices associated with this plan.
Array of entitlements associated with this plan.
Array of credit grants associated with this plan.
Example Request
cURL
Example Response
Get Plan