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
limit
Number of results per page. Clamped to the range 10–100.
pageKey
Cursor token for pagination. Pass the nextPageKey value from a previous response.
Response
A paginated list of deposit accounts
accounts
organizationId
The organization that owns the accounts. Equivalent to the customerId returned by GET /customers/current.
page
Pagination metadata for list responses.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error

