The most recent content from our members.
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 = {…
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 using node.js TS, I tried using axios, http, fetch.
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
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…
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: */*…
...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…
...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…
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?
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…
It looks like you're new here. Sign in or register to get started.