Skip to main content
POST
/
webhooks
/
sonar
/
{hook_uid}
Sonar Qube Webhook
curl --request POST \
  --url https://app.kosli.com/api/v2/webhooks/sonar/{hook_uid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Sonar-Webhook-HMAC-SHA256
string | null

Path Parameters

hook_uid
string
required

Body

application/json

The body is of type Payload · object.

Response

200 - application/json

Successful Response

Last modified on April 9, 2026