Create a new plan
POST /api/v1/pricing/plans
POST
/api/v1/pricing/plans
Create a new pricing plan.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
id
required
string
name
required
string
tier
required
string
monthly_price
required
string
annual_price
required
string
description
required
string
included_contacts
required
integer
included_users
required
integer
features
Array<string>
is_legacy
boolean
Responses
Section titled “ Responses ”Plan created
object
data
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
Conflict - resource already exists
object
error
object
code
Error code
string
message
Human-readable error message
string