*** which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)**
9.9LTS
*** how is SonarQube deployed: zip, Docker, Helm**
Self-hosted
*** what are you trying to achieve**
I need to make some automations for SonarQube to pull data about project usage on monthly basis.
*** what have you tried so far to achieve this**
I tried to generate user token in SonarQube instance as I am an admin. Added Authorization header with “Bearer [token]”, but I am getting 401.
postman call goes here “https://myinstancename.azurewebsites.net/api/projects/search”
Much appreciated!