New endpoint GET /accounts-list
API Announcement: New endpoint GET /accounts-list has been added
Moneyhub have added a new endpoint to the Moneyhub API for retrieving accounts.
The new GET /accounts-list
endpoint works much like the existing GET /accounts endpoint except it does not retrieve additional performanceScore and transactionData by default. This means that average response times for retrieving accounts will be faster.
It is also possible to use the existing GET /accounts endpoint with query params performanceScore=false and transactionData=false to benefit from the quicker response time also.
Please note
We recommend that any new implementations for retrieving accounts use the
GET /accounts-list
endpoint and if performanceScore and transactionData are required, these can be requested via query params.
Please see the API reference for more information.