Retrieve a collection of accounts information
GET/api/accounts
This API endpoint is designed to retrieve a collection of account information, providing a convenient way to access data related to multiple accounts within your system. The retrieved data includes fields such as "currency," "availableBalance," and "forecastedBalance."
Request
Responses
- 200
- 401
- 403
OK - The request was processed successfully.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.