Fetch a list of usage-based billable items, optionally filtered by a specific customer ID or external customer ID.
This endpoint allows you to retrieve billable items along with associated customer details from the database. You can filter the results by either a customer ID or external customer ID. If no filter is provided, the endpoint returns billable items for all customers.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of customers with their associated events
The response is of type ItemListSchema · object[]
.
Fetch a list of usage-based billable items, optionally filtered by a specific customer ID or external customer ID.
This endpoint allows you to retrieve billable items along with associated customer details from the database. You can filter the results by either a customer ID or external customer ID. If no filter is provided, the endpoint returns billable items for all customers.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of customers with their associated events
The response is of type ItemListSchema · object[]
.