Bucketed time-series for one metric
Returns a dense (gap-filled) time-series for the requested metric. The portal renders this directly into a line/area chart without client-side reindexing.
Available metrics:
api_requests— count of/v3/*requests inv3.request_logerrors— subset ofapi_requestswithstatus >= 400webhook_deliveries— count ofv3.webhook_event_attemptrowstransactions— bridged from the main backendstatements— bridged from the main backend
bucket granularity is one of hour, day (default), week,
month.
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Query Parameters
Which metric to fetch.
api_requests, errors, webhook_deliveries, transactions, statements Granularity of each row.
hour, day, week, month Inclusive lower bound (ISO-8601 timestamp). Defaults to
now - 30 days when omitted.
Exclusive upper bound (ISO-8601 timestamp). Defaults to now
when omitted.
