Hi, we are using world check API to retrieve PEP details using Blueprism.
UID will be our input.
API is able to retrieve the data when the UID has data in world check.
When the UID is deleted we expect the API to give a error message along with date of UID deleted.
But the API is throwing 404 error( which is expected for a deleted UID), but it is not giving the error message,
The URL we hit: https://api-worldcheck.refinitiv.com/v2/reference/records/e_tr_wci_{pep}. using C# code.
Could some one please help to sort this issue.