Billing
List all billing prices
Returns a list of all prices for the instance. The prices are returned sorted by amount ascending, then by creation date descending. This includes both default and custom prices. Pagination is supported.
get/billing/prices
Query parameters
paginatedboolean
Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.
limitinteger
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
offsetinteger
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
plan_idstring
Filter prices by plan ID
Response
A list of billing prices.