question

Upvotes
9 1 1 3

Authentication Token related queries

Hello Team,

I have multiple questions regarding Authentication Token part. Please find them below:
1. How we validate that the current/previously requested token is yet valid or not

2. What is the limit of authentication token per day and per minute.

3. Could you please give example of how we can limit authentication token request to not exceed.

Thank you,

Trisha Gehlot

#technologydss-rest-apidssauthenticationtoken
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.

1 Answer

· Write an Answer
Upvotes
24.8k 64 15 21

Hello @trisha.gehlot,

There is a token validation endpoint that you can use - https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/ValidateToken(Token='****')

An OAuth token from DSS service is valid for 24 hours, so the best practice is to store the existing token in a file or environment setting along with the timestamp of when it was retrieved, and then reuse this information for subsequent API calls.

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.

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.