Usage
Tells you how your own integration is behaving, without going to the Wheelhouse app to read the audit log by hand.
GET /usage reports volumes, error rates and response times over a window of up to 7 days, broken down by day, by endpoint and by API key. It is cached for a few minutes, so poll it on the order of minutes, not seconds, and read generated_at to see how fresh a response is.
Aggregated API usage for the authenticated user.
Returns request volumes, error rates and response times over a recent window, broken down by day, by endpoint and by API key. It answers the questions the audit log in the Wheelhouse app answers, without having to read it request by request: which endpoint dominates your traffic, whether a key is being throttled, when errors started.