Get list of accounts
GET/v1/accounts
The accounts will include the booking balance if the withBalance
query parameter is set to true.
The call will be rejected if withBalance
is used in a case where the access right on balances is not granted.
See XS2A Framework Implementation Guidelines, Section 6.6.1 for additional details.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OK
Bad Request
Unauthorized
Not Found
Internal Server Error