TRTH REST API requesttoken

I am using RSET API for TRTH v2. To get the token I am trying to access https://hosted.datascopeapi.reuters.com/RestApi/v1/Authentication/RequestToken But for some reason this URI never opens. I have tried post request using python and also have tried to simply open that URI on internet explorer. Can you please suggest?

Best Answer

  • @rahul_srivastava,

    Opening that link directly in a browser will not work.

    Have you tried the Post request in Postman, as described in the REST API Tutorials intro and following tutorial ?

    Working Python samples are also available under the downloads tab, their first step is to request the authentication token.

    Please note: there was a Service Alert on TRTH v2 earlier today, which might have been the cause of failed requests, you might want to retry now, the servers seem back to normal.

Answers