get https://api.banking.netevia.dev/api/financialAccounts/balance
The GET /api/financialAccounts/balance endpoint retrieves the current balance for all financial accounts associated with a user. This method is crucial for users to monitor their financial status in real-time, providing essential information for effective account management.
Purpose:
This API allows users to easily access up-to-date balance information for all their linked financial accounts, facilitating better financial planning and decision-making.
Response:
Upon a successful request, the response returns a JSON object containing account details and their respective balances.
Security:
Ensure proper authentication is utilized when making requests to this endpoint to protect sensitive financial information.