Skip to main content
GET
Contract Line Items Api

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contract_id
string
required

The UUID of the contract

Response

List of plan items with pricing details

name
string
required
Maximum string length: 255
billing_alias
string | null

The billing alias for this plan item

Example:

"api_calls"

prices
PlanItemPriceOut · object[]

List of prices for this plan item

uuid
string<uuid>
description
string | null