Get 30-day usage histogram for the authenticated user
Return a per-day breakdown of metered usage over the last 30 days (oldest first), including a list-price cost estimate per feature and per day. Days with no usage are returned with an empty usage object so the response is dense.
By default the histogram aggregates across every non-revoked API key owned by the authenticated user. Pass api_key_id as a query parameter to scope the response to a single key.
Authorization: when api_key_id is provided, the authenticated user must own that key — the existence of keys belonging to other users is not disclosed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.