Skip to content

Webhooks API

Grant: API_WEBHOOKS.

{
"url": "https://ci.example.com/hooks/amendable",
"events": ["push"],
"active": true
}

201 includes secret once.

List omits secrets.

202 { "event_id", "delivery_id" }. Force-delivers a ping to this hook.

Query: limit (1-100, default 50), include_payload (bool).