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…
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 =…
It looks like you're new here. Sign in or register to get started.