added

New v3 API endpoints for organization billing statements

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.

OperationAPI endpoint
Get list of billing statementsGET /v3/organizations/{organizationId}/billing-statements
Get billing statement detailsGET /v3/organizations/{organizationId}/billing-statements/{billingStatementId}

See Organization billing statements for more information.