Webhooks

Incoming webhook endpoints (GitHub events)

Github Webhook Endpoint

POST
/webhooks/github

Header Parameters

X-GitHub-Event*string
X-GitHub-Delivery*string
X-Hub-Signature-256?|

Response Body

application/json

application/json

curl -X POST "https://loading/webhooks/github" \  -H "X-GitHub-Event: string" \  -H "X-GitHub-Delivery: string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Syntropic137 Docs v0.18.0 · Last updated March 2026

On this page