Headline counts for the portal tile grid
Six aggregated counts powering the at-a-glance tile grid: total clients, active connections, linked accounts, statements and transactions in the window, and the count of accounts the proactive-staleness job has flagged.
All counts are scoped to the authenticated customer and
environment. Window defaults to the last 30 days when
from/to are omitted (max 366 days).
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
Inclusive lower bound (ISO-8601 timestamp). Defaults to
now - 30 days when omitted.
Exclusive upper bound (ISO-8601 timestamp). Defaults to now
when omitted.
Response
Aggregated counts.
All-time clients created under this customer + environment.
x >= 0Connections currently in an active state.
x >= 0Accounts attached to any active connection.
x >= 0Statements created in the requested window.
x >= 0Transactions created in the requested window.
x >= 0Accounts flagged by the proactive-staleness job (NEEDS_REAUTH, FAILING, CATCHUP_EXHAUSTED, STALE_NOT_POLLED, or SKIPPED_INACTIVE_BANK).
x >= 0