Retrieve a Billing Usage
Returns a billing usage
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the billing usage, which will look like bu_*************
Response
The ID of the billing usage, which will look like bu_*************
The date the billing usage was created as a unix timestamp.
The ID of the company, which will look like biz_*************
The ID of the app, which will look like app_*************
The ID of the membership, which will look like mem_*************
The ID of the billing item, which will look like bi_*************
The quantity to charge for the billing item, if the billing item is structured.
The amount to charge, if the billing item is variable.
The ID of the receipt, which will look like rec_*************
Was this page helpful?