Skip to main content
v1 is deprecated. It stays available and unchanged for existing integrations, but it gets no new fields and will be sunset no earlier than 12 months after v2 reaches general availability (announced with Deprecation / Sunset headers). Build new work on API v2; see migrating from v1.
The REST API is in beta. This endpoint’s response shape may change.
Returns a paginated list of all accounts across the authenticated user’s active connections.
For interest rates, fees, and features, use Get Account Details.

Request

Headers

Trialing customers retain full API access, including brokerage endpoints, regardless of trial plan.

Query parameters

Response

Ordered alphabetically by name (ascending). Sort follows Postgres’ default text collation, which is locale-dependent on the database server.

Account object

Account numbers are always masked. Only the last 4 digits are returned. Accounts on connections being deleted are excluded.

Pagination object

Examples

Basic request

With pagination

Python

JavaScript