LedgerSync-hosted pick-and-connect page (browser-facing)
Browser-facing HTML page — not an integrator API call. A member
lands here when they open the url returned by
POST /clients/{client_id}/connect-session. They search for their own
bank, pick it, and are handed off to the per-source connect widget
(Finicity Connect / the MX wrapper page / the FDE connect page) to
enter credentials. LedgerSync never collects bank credentials on this
page.
No API key is required: the opaque session token in the query string
is the capability. Tampered, expired, or revoked tokens render a static
error page (text/html, not the JSON error envelope). The page drives
its own same-origin search/connect/poll calls under /connect-session/*
— those are internal browser plumbing, not part of the integrator API.
Query Parameters
The opaque connect-session token from the emailed link.
Response
The pick-and-connect page.
The response is of type string.
