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.
When calling the "SEQ-case-investigate-world-check-profile: Get a World-Check profile", I receive a valid JSON answer, but I wasn´t able to find the information contained in the section "Positions" which I can see in the WC1 Web Interface. In which section of the JSON returned or how can I get such information?
Please let us know if there is any specific way to fetch the MRZ lines (conduct passport check) for passports (example: Singapore Passports) where the name is in a single line and not segmented as first name/last name.
...sponse email confirming full access. However I am unable to access doc/ download tab. Any ideas? Hi I have register an account and request for access to doc/download. I have also received the response email confirming full access. However I am unable to access doc/ download tab. Any ideas?
Hi, We created a class in C# to place both GET and POST requests, but only GET requests are working. For POST, we get a 401. So we are assuming that it's something to do with Authorization header. I tried doing the same as the pre request script in Postman but in C# but I still can't manage to get an autorized post…
It looks like you're new here. Sign in or register to get started.