List all packs
GET /api/v1/pricing/packs
GET
/api/v1/pricing/packs
Returns all feature packs. Optionally filter by category.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” category
string
Filter by pack category
include_legacy
boolean
Include legacy/deprecated packs
Responses
Section titled “ Responses ”List of packs
object
data
Array<object>
object
id
string
Example
bookings name
string
Example
Bookings category
string
monthly_price
string
Example
25.00 annual_price
string
Example
250.00 description
string
depends_on
Array<string>
conflicts_with
Array<string>
is_legacy
boolean
included_in_plans
Array<string>
Unauthorized - missing or invalid credentials
object
error
object
code
Error code
string
message
Human-readable error message
string