API Documentation
Alert
Customer
Credit
- GETFetch customer credit balance by external customer id
- GETFetch customer credits ledger by external ID
- POSTCreate ledger entry by external ID
- GETList top-ups by external ID
- POSTCreate top-up by external ID
- DELDelete top-up by external ID
- GETFetch customer credit balance
- GETFetch customer credits ledger
- POSTCreate ledger entry
- GETList top-ups
- POSTCreate top-up
- DELDelete top-up
Dimensional Price Group
Event
Invoice
Availability
Plan
Price
Subscription
- GETList subscriptions
- POSTCreate subscription
- GETFetch subscription
- PUTUpdate subscription
- POSTCancel subscription
- GETFetch subscription costs
- GETFetch subscription schedule
- POSTSchedule plan change
- POSTTrigger phase
- POSTUnschedule subscription cancellation
- POSTUnschedule fixed fee quantity updates
- POSTUnschedule plan change
- POSTUpdate price quantity
- POSTUpdate trial for subscription
- GETFetch subscription usage
Price interval
Price
List prices
This endpoint is used to list all add-on prices created using the price creation endpoint.
GET
/
prices
Authorizations
API Keys can be issued in the Orb's web application.
Query Parameters
The number of items to fetch. Defaults to 20.
Required range:
1 < x < 1000
Cursor for pagination. This can be populated by the next_cursor
value returned from the initial request.
Response
200 - application/json
Available options:
one_time
, monthly
, quarterly
, semi_annual
, annual
, custom
List of price_ids that this discount applies to. For plan/plan phase discounts, this can be a subset of prices.
Available options:
percentage
Only available if discount_type is percentage
. This is a number between 0 and 1.
Required range:
0 < x < 1
User specified key-value pairs for the resource. If not present, this defaults to an empty dictionary. Individual keys can be removed by setting the value to null
, and the entire metadata mapping can be cleared by setting metadata
to null
.
Available options:
unit
Available options:
usage_price
, fixed_price
Was this page helpful?