Retrieving past results
We record everything so you don’t have to.
You can retrieve the most recent assessment you made to the API for a customer by simply appending /last to the path.
For example:
POST: https://api.dotrust.co.uk/api/v2financialrisk/last
BODY: { customer_id: U123456 }
This will return the last “financialrisk” request you made for customer_id “U123456”, if there is one.
You can retrieve the last result for all assessments except Identity and Affordability checks.
If you have changed the PII or updated the risk configuration since the last time you made the request, the server will respond with an error. This is because the last check is considered “stale”.