HI Team,
I have a client who raised a case about Websocket API, and using C# language via Windows. The client has stated:
"I’ve managed to move a step forward with WebSockets tests – using the client ID we’ve set up during our call I’m able now to authenticate on https://api.refinitiv.com:443/auth/oauth2/v1/token
And I’m getting a bearer and refresh tokens on the response.
Trying to follow the quick start tutorials, I’m required to make a service discovery call as a next step.
For this, I’m using your C# example from there
https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP/CSharp/MarketPriceRdpGwServiceDiscoveryExample
This example starts with authentication request (which works, I’m receiving the authentication tokens), but the follow up service discovery call to
https://api.refinitiv.com/streaming/pricing/v1/
fails with (403) forbidden.
This call uses the bearer token I’m getting in authentication response, which seems ok, so I have a problem understanding what I may be doing wrong."
Please assist.