List accounts

Search and retrieve customer deposit accounts.

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token. A client may hold both scopes, but each FDX authorization must contain exactly one — they are mutually exclusive per authorization. An authorization containing both will be rejected. See the Authentication page for token exchange details.

Query parameters

limitintegerOptional10-100Defaults to 10

Number of results per page. Clamped to the range 10–100.

pageKeystringOptionalformat: "uuid"

Cursor token for pagination. Pass the nextPageKey value from a previous response.

Response

A paginated list of deposit accounts
accountslist of objects
organizationIdstringformat: "uuid"

The organization that owns the accounts. Equivalent to the customerId returned by GET /customers/current.

pageobject
Pagination metadata for list responses.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error