Update a plan
PUT /api/v1/pricing/plans/{plan_id}
PUT
/api/v1/pricing/plans/{plan_id}
Update an existing pricing plan. By default operates in dry-run mode to preview changes.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” plan_id
required
string
Plan identifier
Request Body required
Section titled “Request Body required ”object
name
string
tier
string
monthly_price
string
annual_price
string
description
string
included_contacts
integer
included_users
integer
features
Array<string>
is_legacy
boolean
dry_run
boolean
Responses
Section titled “ Responses ”Update result
object
data
object
dry_run
boolean
applied
boolean
changes
object
updated_plan
object
id
string
Example
professional name
string
Example
Professional tier
string
monthly_price
string
Example
99.00 annual_price
string
Example
990.00 description
string
included_contacts
integer
Example
5000 included_users
integer
Example
10 features
Array<string>
is_legacy
boolean
Bad request - invalid input
object
error
object
code
Error code
string
message
Human-readable error message
string
Unauthorized - missing or invalid credentials
object
error
object
code
Error code
string
message
Human-readable error message
string
Resource not found
object
error
object
code
Error code
string
message
Human-readable error message
string