GET
/
v5
/
app
/
billing_usages
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the billing usage, which will look like bu_*************

Response

200 - application/json
app_id
string
required

The ID of the app, which will look like app_*************

billing_item_id
string
required

The ID of the billing item, which will look like bi_*************

company_id
string
required

The ID of the company, which will look like biz_*************

created_at
number
required

The date the billing usage was created as a unix timestamp.

id
string
required

The ID of the billing usage, which will look like bu_*************

membership_id
string
required

The ID of the membership, which will look like mem_*************

amount
number

The amount to charge, if the billing item is variable.

quantity
number

The quantity to charge for the billing item, if the billing item is structured.

receipt_id
string

The ID of the receipt, which will look like rec_*************