action codat_get_bank_account { label: "Get bank account" description: "Gets the bank account with a given ID" provider: codat method: GET path: "/companies/{companyId}/connections/{connectionId}/data/bankAccounts/{accountId}" encoding: json output: { type: "object" description: "> **Accessing Bank Accounts through Banking API**\n> \n> This datatype was originally used for accessing bank account data both in accounting integrations and open banking aggregators. \n> \n> To view bank account data through the Banking API, please refer to the new datatype [here](https://docs.codat.io/banking-api#/schemas/Account)\n\n> View the coverage for bank accounts in the Data coverage explorer.\n\n## Overview\n\nA list of bank accounts associated with a company and a specific data connection.\n\nBank accounts data includes:\n* The name and ID of the account in the accounting platform.\n* The currency and balance of the account.\n* The sort code and account number." } }