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…
1)We have one existing GroupID for one geographic zone. Now we will be creating one new groupID with different settings for another geographic zone. What is advisable here Should we create new parent GroupID with different settings? or it should be child group of extisting group having different settings than the parent…
Hi, I downloaded the C# sample code and added api key, api secret. I changed from v1 to v2 because that is what it is in Postman. The response is "Could not create SSL/TLS Secure channel". This is the screenshot of the request Please assist. Thanks, Cady
Hi. Our system have multiple users simultaneously calling the API for different functions like creating, screening and fetching case records. Since moving to AWS servers we are experiencing multiple errors with the response THE REMOTE SERVER RETURNED AN ERROR: (404) NOT FOUND. Support suggested the following remedy. ""…
Hi, I followed the One API Sync Screening Steps document. I was able to get group id from Step 1. However Step 2 returns 401 Unauthorized Response when posting SEQ-case-create-simple: Save a very simple case. This is all done through native Postman using the Refinitiv World-Check One API v2.40 collection. The Postman…
It looks like you're new here. Sign in or register to get started.