Skip to content

Get a pack

GET
/api/v1/pricing/packs/{pack_id}

Returns a specific feature pack by ID.

pack_id
required
string

Pack identifier

Pack data

object
data
object
id
string
Example
bookings
name
string
Example
Bookings
category
string
Allowed values: core events education finance communications assets forms staff membership integrations security contact_limits legacy
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
Allowed values: BAD_REQUEST UNAUTHORIZED NOT_FOUND CONFLICT INTERNAL_ERROR
message

Human-readable error message

string

Resource not found

object
error
object
code

Error code

string
Allowed values: BAD_REQUEST UNAUTHORIZED NOT_FOUND CONFLICT INTERNAL_ERROR
message

Human-readable error message

string