Billing Usages
List Billing Usages
Returns a collection of billing usages
GET
/
v5
/
app
/
billing_usages
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
An ID of a company to filter by, which will look like biz_*************
An ID of a product to filter by, which will look like prod_*************
An ID of a membership to filter by, which will look like mem_*************
An ID of a billing item to filter by, which will look like bi_*************
An identifier of a billing item 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?