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…
I am using the c# code sample from dev community. from POSTMAN the request is working, but when I am trying from c# code its getting 401 unauthorized error.
DateTime dateValue = DateTime.UtcNow; // get the datetime NOW GMT string date = dateValue.ToString("R"); // WC1 header requires GMT datetime stamp Console.WriteLine(date); //set host and credentials to the WC1 API Pilot server WC1SampleClientAPI account string gatewayurl = "/v2/"; string gatewayhost =…
Hello,I have two questions concerning Sources and Translation:* In which format do we get the sources via the API ? * Are we able to do the translation on the flow of the information through the API (like with the Web access)? Best Regards Nabil
I have about ~1000 organizations I am trying to load into the WC1 pilot environment. Doing some throughput testing and I'm getting getting consistent 401 errors after creating a case and performing the async screening request after ~10-15 requests. On an immediate restart, works fine (continuing from the organization it…
About the WC1 call for "SEQ-case-investigate-world-check-profile: Get a World-Check profile", what is the error expected when passing an invalid id? Should it be 404, 500 or other value? In my tests, the value 500 is being returned. Any help is appretiated.
It looks like you're new here. Sign in or register to get started.