List accounts
List every Account across all of your Clients. Filter to one
Client, one Connection, or one source if you only want a
subset. Balances on each Account reflect the most recent
refresh — check last_refreshed_at to see how fresh that is.
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
The Client (cli_…) to scope the read to. Required on account,
transaction, and statement reads — LedgerSync's backend data APIs
are scoped per end-user, so these resources are resolved within a
single Client.
Opaque cursor returned by a previous list response.
Max items per page (1–100).
1 <= x <= 100Only return Accounts surfaced by this Connection. Must be the
canonical id (con_<SOURCE>_<bankAccountId>, e.g.
con_FINICITY_41294); the placeholder UUID returned during
initiate is rejected with 400.
"con_FINICITY_41294"
Only return Accounts from this aggregation source. Financial-data source backing a connection. All sources wrap upstream aggregators or extraction pipelines.
Values:
FINICITY— Finicity aggregationMX— MX aggregationFDE— Financial Document Extraction (LedgerSync proprietary)
FINICITY, MX, FDE Response
OK
