Billing Items
List Billing Items
Returns a collection of billing items
GET
/
v5
/
company
/
billing_items
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
An ID of a product to filter by, which will look like prod_*************
An ID of an app to filter by, which will look like app_*************
A status to filter by.
Available options:
active
, archived
An identifier to filter by.
The page number to retrieve
The number of resources to return per page. There is a limit of 50 results per page.
Was this page helpful?