v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Bill

List Line Items

Lists all the line items for a specific Bill.

This endpoint retrieves a list of line items for the given Bill within the specified Organization. The list can also be paginated for easier management. The line items returned in the list include individual charges, discounts, or adjustments within a Bill.

get/organizations/{orgId}/bills/{billId}/lineitems

Path parameters

orgIdstring required

The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.

billIdstring required

The unique identifier (UUID) of the Bill for which you want to list the line items.

Query parameters

pageSizeinteger

Specifies the maximum number of line items to retrieve per page.

nextTokenstring

The nextToken for multi-page retrievals. It is used to fetch the next page of line items in a paginated list.

additionalstring[]

Comma separated list of additional fields.

Response

Returns the list of Bill line items

nextTokenstring