Web API
SonarQube provides web API to access its functionalities from applications.
Last updated
Was this helpful?
Was this helpful?
curl --header 'Authorization: Bearer MY_TOKEN' https://sonarqube.com/api/user_tokens/search# 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