Top-N institutions ranked by count or failure rate
Returns the top-N institutions ordered by the requested key.
by=connection_count(default) ranks by active connection count.by=failure_rateranks by ratio of failed refreshes in window.
Defaults: limit=10, max 50. Tie-breaking is by institution
id (stable across calls).
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
Sort key.
connection_count, failure_rate Max rows returned (1-50).
1 <= x <= 50Inclusive lower bound (ISO-8601 timestamp). Defaults to
now - 30 days when omitted.
Exclusive upper bound (ISO-8601 timestamp). Defaults to now
when omitted.
