-
401 error
Dear API team, One of our clients is testing API and is having issues and getting 401 errors, please see below: we are using Powershell to “Invoke-WebRequest @params“. The params for one of the API calls that we are getting 401 Unauthorized errors on are below (this has been converted into json to display so it can be read…
-
I am working on calling the World Check One API from ServiceNow
I am able to access the API from Postman successfully. When attempting to make the same call from ServiceNow I get a 401 error. Code Code to generate header in ServiceNow: getSimpleScreeningRequestAuthHeader : function(dateSent,payload){ var contentLength = unescape(encodeURIComponent(payload)).length, environment = {…
-
How to get access to use https://api.refinitiv.com/messenger/beta1
Hello I have a bussines requirement to get some data from chats that are in here: [Eikon Messenger Platform](https://collab.platform.refinitiv.com/eikonmessenger). So I want to create an application that will be able to get messages exchanged in provided chatroom to extract some data from these. I was looking at your…
-
I am getting 401 while calling cases/screeningRequest, please provide a sample code on Node.js
I am using node.js TS, I tried using axios, http, fetch.
-
Status code is 200 | AssertionError: expected response to have status code 200 but got 401
I do request with Postman, and received this failed message. Status code is 200 | AssertionError: expected response to have status code 200 but got 401 Could retrieve the groupId from response | AssertionError: expected response body to be a valid json but got error No data, empty input at 1:1
-
Status Code 401 when trying to do a GET on the /v2/groups endpoint
Hi All, I'm trying to do a GET from SAP CPI to the following URL: https://api-worldcheck.refinitiv.com/v2/groups This is my Authorization Header: Signature keyId="XXXXXXX",algorithm="hmac-sha256",headers="(request-target) host date",signature="E2dR0K72weeOlebzLuK7iIeSg6sb1p7rsy6Q8E4PvXI=" This is the error message: HTTP…
-
401 Unauthorized
GET https://api-worldcheck.refinitiv.com/v2/groups GET /v2/groups HTTP/1.1 Date: Fri, 20 Oct 2023 06:53:01 GMT Authorization: Signature keyId="xxxxxxx",algorithm="hmac-sha256",headers="(request-target) host date",signature="EgfxV7ahmm/o9Q0VKlznYRGdhuEtGqVeSGgDCJXqMq4=" User-Agent: PostmanRuntime/7.33.0 Accept: */*…
-
EikonError: Error code 401 | Eikon Proxy not running or cannot be reached. Please read the docume...
...ntation on troubleshooting Hi, good morning, I'm trying to run a refinitiv api from jupyter notebook and I'm getting connection errors. Important: I am doing this with the refinitiv desktop application open. Below I show the code: import eikon as ek ek.set_log_level(1) ek.set_app_key('********************') So far I'm…
-
Getting 401 response code when consuming World Check One APIs on ReactJS Frontend and also on Nod...
...e/ Express Backend Hi, I am using a demo account for World Check One APIs. I needed to consume a few APIs and display information on the Frontend (ReactJs). Can understand that due to browser's CORS policy was getting 401 response code on the Frontend but I tried consuming the API on a Node/ Express backend environment…
-
401 in create screening in bulk API i.e. cases/saveAndScreen
we have integrated WC1 API into our CRM backend on asp.net. I am trying to create screening case in bulk, for all data it's creating the screening case. but there is a data set for which it's giving me 401 remote server error. what's can be the issue here?
-
Different set of errors from Refinitiv during EOD.
Hi, I tried to setup EOD request for more than 500 RICs. There are some inconsistent errors recorded. Few error were -(401) Unauthorized.), (502) Bad Gateway.). And some of the request received from Refinitiv is blank. Could you please help me what could be the reason for this kind of errors? Like I said , it random during…
-
calling WC1 API from CSharp is resulting into 401 unauthorised
I am trying to call WC1 /v2/refences/countries API from CSharp from Windows environment. The response is 401 unauthorised. pls guide me where things are going wrong. thank you!
-
Entity Lookup 401 Error
The code below used to work perfectly, now it is returing a 401 error. Any help would be appreciated. Note the API key has not expired. import requests import json import csv import re # def get_lookup_info(ticker, access_token): lookup_url = 'https://permid.org/'; headers = { 'Accept':'application/ld+json' } access_token…
-
401 Authentication Error
Hi, The APIs have been working fine a few days ago, but today we are suddenly getting 401 Unauthorised on all API calls via postman and also dot net. We even tried regenerating the api key and secret, again imported the api collection and environment and added the new key and secret, but we are still getting 401…
-
error code 401, 500, 2503, and so on.
Where can I find the documents about these error codes? I lost the exact error message but these errores occur very often. ++++++++++++ Oh, I found the error messages that I've got. 500 eikon.eikonError.EikonError: Error code 500 | Server Error: {"code":500,"message":"getaddrinfo EAI_AGAIN…