Refinitiv API to get token isnt working

Hi Team,


I tried the API playground to get the token and receive below error. Can you confirm if the usage is correct?


curl --location https://api.refinitiv.com/auth/oauth2/v1/token --header "authorization;" --header "content-type: application/x-www-form-urlencoded" --header "accept: application/json" --data "grant_type=password&username=****&scope=trapi&client_id=****&password=xxxxxxx"



username: -removed by AHS-

client_id: -removed by AHS-

Best Answer

  • Gurpreet
    Answer ✓

    Hello @shivaramane.sampath,

    The token endpoint cannot be used from the API playground. You can use the token REST API calls to get token from other technologies - like Postman, Python, Java, C#, curl etc

    Please see the Python and postman examples in the tutorials section.