Skip to main content
POST
Create a volume pricing tier

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
channel
string
required

Channel the tier applies to.

min_volume
integer
required

Inclusive lower bound of the volume band.

Required range: x >= 0
price_cents_per_unit
integer
required

Per-unit price in cents within the band.

Required range: x >= 0
country_code
string | null

ISO 3166-1 alpha-2 country code, or null for all countries.

max_volume
integer | null

Exclusive upper bound; null for an open-ended top tier.

organization_id
string | null

Target org (super-admin only; null = platform default).

Response

201 - application/json

The created volume pricing tier.

data
object
meta
object