---
title: "Receive GitHub webhook"
method: POST
path: "/api/v1/github/webhooks/receiver"
tags: ["github"]
---

# Receive GitHub webhook

`POST /api/v1/github/webhooks/receiver`

Receives and processes webhook events from GitHub.

## Headers

- `X-Hub-Signature-256` string, required
- `X-GitHub-Event` string, required
- `X-GitHub-Delivery` string, required

## Response `200`

Successful Response

- WebhookReceivedResponse — Response for successful webhook receipt.
  - `delivery_id` string, required
  - `event_type` string, required
  - `message` string, nullable
  - `processed` boolean
  - `received` boolean, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `503` — Service Unavailable

## Changes

- **2026-01-29** `5f4f08ff6556` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kater-ai/apis/kater-api/changes/api/v1/github/webhooks/receiver/post.md)

---

[API](https://skmtc.dev/kater-ai/apis/kater-api.md) · [All operations](https://skmtc.dev/kater-ai/apis/kater-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kater-ai/kater-api/revisions/d2a2a2d0775e/schema)
