added
New v3 API endpoints for organization billing statements
July 9th, 2025
We have introduced a set of API endpoints for getting billing statement information for an organization. BILL generates a monthly billing invoice statement for all the billing activities in the organization.
Operation | API endpoint |
---|---|
Get list of billing statements | GET /v3/organizations/{organizationId}/billing-statements |
Get billing statement details | GET /v3/organizations/{organizationId}/billing-statements/{billingStatementId} |
See Organization billing statements for more information.