Skip to main content
GET
Get price

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Price ID

Response

OK

addon
object
amount
string

Amount stored in main currency units (e.g., dollars, not cents) For USD: 12.50 means $12.50

billing_cadence
enum<string>
Available options:
RECURRING
billing_model
enum<string>
Available options:
FLAT_FEE,
PACKAGE,
TIERED
billing_period
enum<string>
Available options:
MONTHLY,
ANNUAL,
WEEKLY,
DAILY,
QUARTERLY,
HALF_YEARLY,
ONETIME
billing_period_count
integer

BillingPeriodCount is the count of the billing period ex 1, 3, 6, 12

conversion_rate
string

ConversionRate is the conversion rate of the price unit to the fiat currency

created_at
string<date-time>
created_by
string
currency
string

Currency 3 digit ISO currency code in lowercase ex usd, eur, gbp

description
string

Description of the price

display_amount
string

DisplayAmount is the formatted amount with currency symbol For USD: $12.50

display_name
string

DisplayName is the name of the price

display_price_unit_amount
string

DisplayPriceUnitAmount is the formatted amount of the price unit

end_date
string<date-time>

EndDate is the end date of the price

entity_id
string

EntityID holds the value of the "entity_id" field.

entity_type
enum<string>
Available options:
PLAN,
SUBSCRIPTION,
ADDON,
PRICE,
COSTSHEET
environment_id
string

EnvironmentID is the environment identifier for the price

group
object
group_id
string

GroupID references the group this price belongs to

id
string

ID uuid identifier for the price

invoice_cadence
enum<string>
Available options:
ARREAR,
ADVANCE
lookup_key
string

LookupKey used for looking up the price in the database

metadata
object
meter
object
meter_id
string

MeterID is the id of the meter for usage based pricing

min_quantity
string | null

MinQuantity is the minimum quantity of the price

parent_price_id
string

ParentPriceID references the root price (always set for price lineage tracking)

plan
object
price_unit
string

PriceUnit is the code of the price unit (e.g., 'btc', 'eth')

price_unit_amount
string

PriceUnitAmount is the amount of the price unit

price_unit_id
string

PriceUnitID is the id of the price unit (for CUSTOM type)

price_unit_tiers
object[]

PriceUnitTiers are the tiers for the price unit when BillingModel is TIERED

price_unit_type
enum<string>
Available options:
FIAT,
CUSTOM
pricing_unit
object
sequence
integer

Sequence is the monotonic stamp bumped on every state change that subscription line items need to react to. Read by the plan-price sync; set by the database (DEFAULT nextval) on create and by the price repository on termination / compatibility-affecting edits.

start_date
string<date-time>

StartDate is the start date of the price

status
enum<string>
Available options:
published,
deleted,
archived
tenant_id
string
tier_mode
enum<string>
Available options:
VOLUME,
SLAB
tiers
object[]
transform_quantity
object
trial_period_days
integer

TrialPeriodDays is the number of days for the trial period Note: This is only applicable for recurring prices (BILLING_CADENCE_RECURRING)

type
enum<string>
Available options:
USAGE,
FIXED
updated_at
string<date-time>
updated_by
string