question

Upvotes
Accepted
15 1 2 3

Differences between v1 and v2 authentication URLs

Is there any difference between authenticating user by https://api.refinitiv.com/auth/oauth2/v1/token or https://api.refinitiv.com/auth/oauth2/v2/token URLS? So far I am able to use only first URL. Will I have the same token and permissions like I would use second URL?

rdp-apiauthenticationoauth
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

hi @marcin.cholewka

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Hi @marcin.cholewka ,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
24.6k 54 17 14

Hello @marcin.cholewka

I am checking the RDP API Playground page, the v2 is not published yet.

rdp-api-playground.png

Please note that the v1 is the OAuth 2.0 Password Grant type.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

<Private comment>

@marcin.cholewka

This is a private comment. The authentication v2 is based on the OAuth 2.0 Client Credentials Grant type. It uses the client-secret and client-id credentials (the v1 uses user, password, and client id).

I am not sure about the Token and Permission from the v2 since it is not released publicly yet. I highly recommend you contact the RDP team directly for more detail.

Thank you for your answer. Are you sure it is not published yet? I see it in that URL: https://apidocs.refinitiv.com/Apps/ApiDocs#/details/L2F1dGgvb2F1dGgyL3Yy/L3Rva2Vu/POST/PLAYGROUND

Hello @marcin.cholewka

My account can see only v1 and beta1 versions on the API Docs page. I will check with the RDP team.

From what I read in a different topic today, v2 is no released so far, so indeed, I think that better just to focus only on v1 version at this moment.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.