List bank links
Lists the account’s Bank Links with their nested active Account Links, ordered by link time descending. Links that are still being completed and unlinked links are not returned. Results are paged: follow next_page_token until it is absent. Eligibility is computed fresh on every read, so a link’s rails and verdict can change between pages.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Path Parameters
Public identifier of the account whose links to list.
14 - 42Query Parameters
Maximum number of results to return. Defaults to 20 if omitted; max 25.
1 <= x <= 25Opaque page token returned by a previous response. Omit to start from the first page. When present, the token is scoped to this endpoint, the account and the requesting principal, carries the page size, and causes any valid page_size value to be ignored.
1 - 256