Skip to main content
GET
List Billing Prices

Authorizations

Authorization
string
header
required

Bearer scheme name used by typed customer admin operations.

Response

Customer's active price book + items

Customer-facing price-book catalog response. Surfaces the catalog independently of any usage rollup so creation flows (Create Bare Metal Machine, Create VM) can render "this class costs $X per unit" before the customer commits to running anything.

currency
string
required

ISO 4217 currency code; today always USD per umbrella scoping decision.

Example:

"USD"

customer_id
string
required

Stable UUID for the customer account.

items
object[]
required

Items ordered by (resource_kind, resource_class, usage_model) for stable client rendering.