Skip to main content
GET
List Accounts

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Query Parameters

cursor
string | null

Pagination cursor from a previous response.

limit
integer
default:100

Maximum number of items to return.

Required range: 1 <= x <= 500
fields
string | null

Comma-separated sparse fieldset. The server always includes required identifiers.

connectionId
string<uuid> | null

Filter by parent connection identifier.

entityId
string<uuid> | null

Filter by entity identifier.

type
enum<string> | null

Filter by canonical account type.

Available options:
checking,
savings,
moneyMarket,
creditCard,
loan,
investment,
wallet,
other,
unknown
currency
string | null

Filter by account currency.

Pattern: ^[A-Z0-9]{3,12}$
status
enum<string> | null

Filter by account status.

Available options:
open,
closed,
unknown

Response

Successful Response

data
Account · object[]
required
pagination
Pagination · object
required
meta
Meta · object
required