Endpoint
Authentication
string
required
Bearer token with your API key. Requires
read_write permission.Path Parameters
string
required
The project’s URL-friendly slug identifier.
Body Parameters
string
required
Plan display name.
string
Description of the plan.
boolean
Mark this plan as “Popular” to highlight it.
boolean
Whether this plan is visible on the pricing page.
number
Monthly base price of the plan.
boolean
Whether this is a free plan (overrides
basePrice to 0).array
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.
