While I am trying to integrate with rally, and testing the API response, its displaying : 401 Unauthorized error .
steps to replicate:
1. go in logic
2. click REST
3. https://rally1.rallydev.com/slm/webservice/v2.0/iterationstatus?apiKey=_zpPMtzjlRuuq6cTygxlaMc9KgDuzZk6XrJk4Kveesqstry to integrate this api.
Hey Shibani,
Have you the authorized the token? Kindly check that.
Regards,
Komal
Looks like the API key must be passed in the header instead of url parameters. Could you try that and confirm?
Hi Shibani Purbey,
Accessing
https://rally1.rallydev.com/slm/webservice/v2.0/iterationstatus
Requires username and password
do you have that information?
provide it in your request
Hope that it helps you