DSS Rest Api tutorial example. URL not found

Hi

while cheking in Postman just first example from DSS Rest API tutorials introduction

https://developers.refinitiv.com/en/api-catalog/datascope-select/datascope-select-rest-api/tutorials#rest-api-tutorials-introduction

In Postman I'm getting this response while trying to authenticate

{"error":{"message":"No HTTP resource was found that matches the request URI 'https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken'."}}


Why could I have such response?

Best Answer

  • Jirapongse
    Answer ✓

    @Kirill Makeev

    I got the same error when using the HTTP GET method with that URL.


    1625449782761.png

    However, it works fine with the HTT POST method.

    1625449815790.png

    That URL doesn't support the HTTP GET method.

Answers