API reference · Billing Analytics
GET/api/v1/billing-analytics/overview

Get billing overview analytics

Maps to ApiContractLineController.getBillingOverviewAnalytics(). The method requires request context via requireRequestContext(req), but this route does not authenticate/set req.context in the handler. Current behavior can fail with 500 "Request context not available" when middleware has not injected context.

Response body

Success response 200 · schema BillingOverviewResponse

dataobjectRequired
countnumber
metaobject

Response codes

200
Billing analytics payload returned.
500
Request context missing or other server failure.