How to get WATCHLIST person detail in postman?
Hi, So far I am able to make other calls through C#. When I try to check for my case id availability, I keep getting 401 but it works in Postman Can you please review if I make any mistake with the call data? requestendpoint = "https://api-worldcheck.refinitiv.com/v2/caseIdentifiers?caseId=BENNINGTON_1" dataToSign = "…
Is there option to supply citizen identification per country in World Check One API for a better match result? For example, USA has Social Security Number, Canada has Social Insurance Number, Mexico has Mexican Consular ID
Hi, How to create and use custom fields ? Thanks, Cady
Hi, I use the sample c# code, adding the api key and api secret. Call the get groups to get group id. Then call post cases to create a case with group id from previous call. This returns 401 unauthorized. I use the same request body in postman and it works. I notice some differences between postman and c# code. Postman has…
Hi all, We are using the WC-1 API since few months. We work on some evolutions and I'm wondering if its possible to trigger a Get results when a case present a new match, and this match is Postive/High. In others terms, actually the get results request is sent automatically from our SAP System and get executed only for the…
Hi Team, I able to access the WC1 API through postman while doing same thing through axios client in node js, it return 401. tried : 1. api key, and secret are ok 2. replayed the payload from postman(that return 200) into axios(that return 401). and vice versa. @Irfan.Khan fyi, can share some insight?
So my request body is as follows on endpoint cases/SaveAndScreen { "groupId": "{{group-id}}", "providerTypes": [ "WATCHLIST", "MEDIA_CHECK" ], "nameTransposition": false, "caseScreeningState": { "WATCHLIST": "INITIAL" }, "cases": [ //insert cases here ] } } The request is authorised and responds:…
Hi, I am connecting to the pilot WorldCheckOne environment through Postman. I have downloaded the WorldCheckOne APIv2.30 collection, and have updated my api key and secret key into the environment variables, but am receiving a 401 error on all APIs. Including a first call to retrieve the groups. Please can you help? I…
Hello, i was trying to hit the World Check One API following the quickstart guide. I downloaded the Postman collection and onto de environment data i completed api secret and api key with the values you gave me. After that i hit on run inside Postman and an error occurred: `TypeError: Cannot read property sigBytes of…
It looks like you're new here. Sign in or register to get started.