Fetch All Accounts
Bank Feed
Fetch All Accounts
Retrieve all accounts via the Atoa Bank Feed API, request parameters, response schema and code samples in cURL, Python, JavaScript, PHP, Go and Java.
GET
Fetch All Accounts
Use this to fetch basic information about all linked bank accounts for a user.
Response
Returns an array of bank account objects, each containing:
Authorization
Bearer<token>
Request Body Schema
string
required
ID of the authorization/consent used to access the user’s bank accounts. This
can be obtained from the redirect URL after account linking
string
The ID of the user’s bank account.
string
The name of the bank associated with the account. Useful for display purposes
or internal logging.
string
The bank account number for which the user has provided consent.
string
The sort code linked to the bank account.