GET
/
v5
/
company
/
billing_items

Authorizations

Authorization
string
headerrequired

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

Query Parameters

product_id
string

An ID of a product to filter by, which will look like prod_*************

app_id
string

An ID of an app to filter by, which will look like app_*************

status
enum<string>

A status to filter by.

Available options:
active,
archived
identifier
string

An identifier to filter by.

page
integer
default: 1

The page number to retrieve

per
integer
default: 10

The number of resources to return per page. There is a limit of 50 results per page.

Response

200 - application/json
pagination
object
required
data
object[]
required