To manage which features are assigned to a plan, use the Add Features to Plan and Remove Feature from Plan endpoints.
Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Path Parameters
The project’s URL-friendly slug identifier.
The plan’s unique ID.
Body Parameters
All fields are optional. Only provided fields are updated.Plan display name.
Description of the plan.
Mark or unmark the plan as “Popular”.
Show or hide the plan on the pricing page.
Monthly base price of the plan.
Whether this is a free plan.
Number of free trial days before billing begins.
Enable per-user (per-seat) pricing for this plan.
Price multiplier per additional user when per-user pricing is enabled.
Response
Returns the full updated plan object.Example
Errors
| Status | Description |
|---|---|
400 | Invalid field value |
401 | Invalid or missing API key |
403 | API key does not have read_write permission |
404 | Project or plan not found |
