List Billing Items
Retrieve a paginated, filterable list of the charges that make up your company’s invoices.
chargeType=ticket-charge together with a period to reconstruct exactly which employees were billed a ticket in a given month — the basis for your payroll data.
view-billing permission. See Authorization.Query Parameters
1.100.asc, desc.id, billingPeriod, billedAt.service-charge, ticket-charge, hr-integration-charge, hr-payroll-integration-charge, api-charge. Use ticket-charge to list the per-employee transit ticket charges used for payroll.YYYY-MM-DD format — the first day of the billed month, e.g. 2024-05-01.Response
Authorizations
HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
Query Parameters
Page number to return. Starts at 1.
x >= 0Number of results per page. Maximum is 100.
0 <= x <= 100Sort direction. Allowed values: asc, desc.
asc, desc Field to sort results by. Allowed values: id, billingPeriod, billedAt.
id, billingPeriod, billedAt Filter to a single charge type. Use ticket-charge to list the per-employee transit ticket charges used for payroll. Allowed values: service-charge, ticket-charge, hr-integration-charge, hr-payroll-integration-charge, api-charge.
service-charge, ticket-charge, hr-integration-charge, hr-payroll-integration-charge, api-charge Filter to a single billing period. Format YYYY-MM-DD (the first day of the billed month, e.g. 2024-05-01).
Response
A paginated list of billing items.

