cURL
curl --request POST \ --url https://app.kosli.com/api/v2/webhooks/sonar/{hook_uid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
Receive and process sonar qube webhook events.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type Payload · object.
Payload · object
Successful Response
Was this page helpful?