1
votes

I am using the security rest api method to get the security token and pass it on later for PUT/POST requests.

Using https://rally1.rallydev.com/slm/webservice/v2.0/security/authorize, to get the security token.

Token received is valid for how much time? Will it expire automatically?

Can some one share thoughts on this. Thanks

1

1 Answers

0
votes

I believe it is valid for the length of your session, which is dependent on the timeout value configure in your user profile. The preferred approach for external integrations is to use an api key, since the csrf token is not necessary...