Refresh Token URL?

In the sample application... EDP_AWS_examples\CSharp\MarketPriceEdpGwAuthenticationExample

(this is for Elektron Real Time in the Cloud)

Does anyone know what to use for the variable _hostName ??

We can get a full authentication using:

https://api.edp.thomsonreuters.com/auth/oauth2/beta1/token

and

https://api.refinitiv.com/auth/oauth2/beta1/token

But we are not able to refresh token using that URL.

In the documentation at:

https://developers.refinitiv.com/sites/default/files/ERT_Cloud_20.pdf

It uses a URL that does not work at all:

api.refinitiv.com/oauth2/beta1/token

We are simply trying to get the Authentication token and then get the Refresh Token to work.

We can get the Authentication token to work, but not the Refresh token.

Has anyone had success with getting the Refresh Token to work? If so, that code/URL would be helpful.

Any help would be appreciated.

Best Answer