Skip to content

List all plans

GET
/api/v1/pricing/plans

Returns all pricing plans. Optionally include legacy plans.

include_legacy
boolean

Include legacy/deprecated plans

List of plans

object
data
Array<object>
object
id
string
Example
professional
name
string
Example
Professional
tier
string
Allowed values: starter professional premium enterprise
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
Allowed values: BAD_REQUEST UNAUTHORIZED NOT_FOUND CONFLICT INTERNAL_ERROR
message

Human-readable error message

string