Hello!
We succesfully received token via https://api.refinitiv.com:443/auth/oauth2/v1/token
and then we are trying to call https://api.refinitiv.com/streaming/pricing/v1/?transport=websocket.
But this https://api.refinitiv.com/streaming/pricing/v1/?transport=websocket does not return anything.
One day ago, the request https://api.refinitiv.com/streaming/pricing/v1/?transport=websocket correctly returned a list of endpoints.
If i try to call https://api.refinitiv.com/streaming/pricing/v1/?transport=websocket via browser it return
code"401"message"Authorization header is missing"status"Unauthorized"
so we has an network access.
What it can be?