The Accounts API allows third party applications to interact with the accounts of a bank user on his behalf, allowing the following operations:
- List of accounts
- Account with balances
- Account transactions
Since Account API provides only information about the account(s) and transaction(s), it is read-only, and therefore this API supports only GET requests.