REST API URL 401 Unauthorized
book
Article ID: 218195
calendar_today
Updated On: 09-09-2024
Products
Clarity PPM On Premise
Clarity PPM SaaS
Issue/Introduction
You are trying to access the below URL REST API in Postman:
http://<servername:port>/ppm/rest/v1
and it does not work.
However you are able to open the below link
http://<servername:port>/niku/rest/describe/index.html
Here is what you see:

Resolution
The reason it doesn't work is that it shows 401 Unauthorized.
- Go to Authorization.
- Select Basic Auth
- Enter username/password
- Try again
Here is how it should look:

- Additionally you cannot access /ppm/rest/v1 directly, you have to specify a request. Try using:
/ppm/rest/v1/projects
The list of other requests you can use is available at: Clarity REST Documentation
Feedback
Was this article helpful?
thumb_up
Yes
thumb_down
No