v1
latestOpenAPI 3.1.02026-07-261444991.2 MBPlan
Fetch plan by external ID
This endpoint is used to fetch plan details given an external_plan_id identifier. It returns information about the prices included in the plan and their configuration, as well as the product that the plan is attached to.
If multiple plans are found to contain the specified external_plan_id, the active plans will take priority over archived ones, and among those, the endpoint will return the most recently created plan.
Serialized prices
Orb supports a few different pricing models out of the box. Each of these models is serialized differently in a given Price object. The model_type field determines the key for the configuration object that is present. A detailed explanation of price types can be found in the Price schema. "
get/plans/external_plan_id/{external_plan_id}
Path parameters
external_plan_idstring required
Response
OK