-
WorldCheckOne HMAC with incorrect Host Header
Hello We have successfully implemented and tested WorldCheckOne integration in our development stage. HMAC-Authorization worked perfectly fine. We are now testing on the acceptance stage at our customer, where all requests are routed through an Enterprise Service Gateway. This means that our request goes to…
-
v2 authentication for RDP Historical pricing API
I tried to run “timeSeries.py” from https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download – authentication method used is “v2” with my CLIENT_ID and CLIENT_SECRET. Initial run went well – I got the data as expected: However, when I try again after the token from…
-
Does Datascope Select support Multi Factor Authentication
-
Rest API DSS Token Type
Hi We are trying to use REST api and as part of downloading prices from DSS, Would like to know how whether the token type is JWT or basic token ? Regards, Mohammed Sayeer.
-
OAuth2 does not work with refresh_token in RDP
Hello, We are using RDP to fetch news (/data/news/v1). We use OAuth2 to authenticate (https://api.refinitiv.com/auth/oauth2/v1/token) using a username/password at first and then the refresh_token we get from the response. We realized that after the actual token expiration we cannot retrieve a new one using the…
-
RTO Java example
Hello, Our client is currently migrating to v2 authentication and is in process of testing the following RTO Java sample code: websocket-api/Applications/Examples/RTO/java/MarketPriceRTOClientCredAuth.java at master · Refinitiv/websocket-api · GitHub They are concerned that the MarketPriceRTOClientCredAuth.java posted on…
-
Refresh token expiration date.
We would like to confirm the expiration date of the refresh token. 1. Do refresh tokens have an expiration date? "3.1.1 V1 Authentication" states that refresh tokens also have an expiration date, but we could not find any response item in the document that indicates the expiration date of the refresh token, like the…
-
API credentials
Hello team, I need to call lseg API to get live and past carbon and gas prices. To call any API we need some authentication credentials like clientid and client secret or some sort of userid and password. I have got portal access but no credential info. Is there any support desk to get this info?
-
LSEG Data Library v2 authentication
Hello All, I would like to ask you for advice, so one of my client recently receive RTO Service ID and he decide that he would like to use LSEG Data Library for Python in order to get data. He most likely use examples from our github page because in his application in order to authenticate he require "app-key", "username",…
-
Postman Authentication returns 400, validation error
Postman authentication shows error. Please advise what is wrong. A screenshot is attached.
-
Reuse Access Token
I have questions about the access token from RDP API: https://api.refinitiv.com/auth/oauth2/v1/token How many different tokens can I generate in a period of time (in an hour or in a day)? How many requests can be submitted using the same token at the same time? Is there an API endpoint to have the limitation info. above?…
-
WC1 API python query
In the new WC1 API v3, I can see schema guidance on making calls using python requests. Is there any sample code to complete the authentication/authorization steps using python requests?
-
Missing www-authenticate header when receiving 401 responses.
Hello, As per section 4.1 of RFC-7235, when an HTTP server returns a 401 response, it must also return a WWW-Authenticate header : A server generating a 401 (Unauthorized) response MUST send a WWW-Authenticate header field containing at least one challenge. However, when the refinitiv server returns 401, it returns the…
-
Mutual fund past portfolio holdings via Eikon API
Hello, as a follow up to my recent question here, which was wonderfully answered, I was wondering if it is possible to get the historical/past portfolio holdings of a mutual fund via the Eikon API? In Eikon, this data is available when viewing a specific fund, then going holdings => derived holdings. A screenshot of that…
-
Data Library for .Net and the V1 authentication EOL
Hello We stumbled on a not precise the information regarding the end of life of RDP V1 Authentication within RDP. We have a client application based on the Data Library for .NET (known as RD Library for .NET), the last available version 1.0.0-beta on NuGet. We create a PlatformSession using the usual credentials…