Web API
SonarQube provides web API to access its functionalities from applications.
Documentation

Authentication
User Token
HTTP Basic Access
Last updated
Was this helpful?
SonarQube provides web API to access its functionalities from applications.

Last updated
Was this helpful?
Was this helpful?
# note that the colon after the token is required in curl to set an empty password
curl -u THIS_IS_MY_TOKEN: https://sonarqube.com/api/user_tokens/searchcurl -u MY_LOGIN:MY_PASSWORD https://sonarqube.com/api/user_tokens/search