Web API
On this page
Documentation
SonarQube provides web API to access its functionalities from applications. The web services composing the web API are documented within SonarQube, by URL. You can also access the web API documentation from the top bar in SonarQube:
Authentication
Administrative web services are secured and require the user to have specific permissions. In order to be authenticated, the user must provide credentials as described below.
User token
This is the recommended way. Benefits are described on the page Generating and using tokens.
SonarQube supports the bearer authentication scheme:
Alternatively, you can use the basic scheme with an empty password:
HTTP Basic Access
Login and password are sent via the standard HTTP Basic fields:
Users who authenticate in the web application through an OAuth provider, for instance, GitHub or Bitbucket, don't have credentials and can't use HTTP Basic mode. They must generate and use tokens.
Was this page helpful?