Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Path Parameters
The project’s URL-friendly slug identifier.
Body Parameters
Plan display name.
Description of the plan.
Mark this plan as “Popular” to highlight it.
Whether this plan is visible on the pricing page.
Monthly base price of the plan.
Whether this is a free plan (overrides
basePrice to 0).Array of features to assign to this plan at creation time.
Response
Returns the created plan object with status201 Created, including its assigned plan features.
