Pagination behaviour for GET /bills/revenue and GET /bills/invoices_per_day has been standardised to align with other Connect API endpoints. Both endpoints now default to 25 results per page when the per_page parameter is not specified, and accept values between 1 and 50. Requests with a per_page value exceeding 50 will return a maximum of 50 results.
Affected endpoints: GET /bills/revenue, GET /bills/invoices_per_day




