# Bank Data (stored)

 - [Overview ](https://docs.atto.co/content/apis/bank-data-(stored)/insights-overview.md): ### Overview This set of APIs provides the same functionality as the Data API but the data is stored with Atto. There is an an [endpoint](#tag/Bank-Data-(stored)/refreshuserdataasync) that refreshes
 - [Authorization ](https://docs.atto.co/content/apis/bank-data-(stored)/insights-authorization.md): ### Authorization This API requires a bearer token using the `api:stored_data` scope
 - [DELETE /stored-data/v1/consents/{consentId}](https://docs.atto.co/content/apis/bank-data-(stored)/deleteconsentdataasync.md): Deletes all the stored data associated with the consent
 - [GET /stored-data/v1/consents/{consentId}/accounts](https://docs.atto.co/content/apis/bank-data-(stored)/getaccountsasync.md): Returns a list of accounts that contains the relevant account information
 - [GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/end-of-day-balances](https://docs.atto.co/content/apis/bank-data-(stored)/getendofdaybalancesasync.md): Returns the end of day balances for an account for a given consent.
 - [GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/transactions](https://docs.atto.co/content/apis/bank-data-(stored)/gettransactionsasync.md): Returns a list of transactions for an account for a consent.
 - [GET /stored-data/v1/consents/{consentId}/provider-details](https://docs.atto.co/content/apis/bank-data-(stored)/getproviderdataasync.md): Returns details of the connection with bank name and relevant connection dates
 - [POST /stored-data/v1/consents/{consentId}/refresh](https://docs.atto.co/content/apis/bank-data-(stored)/refreshuserdataasync.md): Refreshes the underlying connection for the banking data with the provider, then performs enrichment
 - [DELETE /stored-data/v1/users/{userId}](https://docs.atto.co/content/apis/bank-data-(stored)/deleteuserdataasync.md): Deletes all the stored data associated with the user
 - [GET /stored-data/v2/consents/{consentId}/accounts/{accountId}/balances](https://docs.atto.co/content/apis/bank-data-(stored)/getbalancesv2async.md): Returns balances for an account for a consent which contains credit lines
 - [GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/balances](https://docs.atto.co/content/apis/bank-data-(stored)/getbalancesasync.md): Returns balances for an account for a consent which contains credit lines
