How to generate thomson reuters API keys I need c# code?

I am working on Thomson Reuters API integration for website. I have also referred document and have done some R&D.


Can anybody please provide code to generate Key-1, Key-2, Key-3 and Key-4.
I am using C#(DotNet).
Sample code or link would be appreciated.

Best Answer

  • Hi @promispatel,

    There is nothing inherently proprietary with the WebSocket API. The capability uses open standards for communicating (HTML5 WebSockets) and message exchange (JSON). I'm not entirely clear on what you are trying to do but key generation is not a WebSocket API-specific requirement.

Answers

  • If you check the contexthelper.cs you can see and understand the complete authentication process to get a token (key?) . You only need your accountId and password