List all plans
GET /api/v1/pricing/plans
GET
/api/v1/pricing/plans
Returns all pricing plans. Optionally include legacy plans.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” include_legacy
boolean
Include legacy/deprecated plans
Responses
Section titled “ Responses ”List of plans
object
data
Array<object>
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
Unauthorized - missing or invalid credentials
object
error
object
code
Error code
string
message
Human-readable error message
string