---
title: "GitHub App webhook"
method: POST
path: "/webhooks/github"
tags: ["Projects Webhooks"]
---

# GitHub App webhook

`POST /webhooks/github`

Endpoint used by GitHub to deliver App webhook events.
This endpoint is authenticated via GitHub's HMAC-SHA256 signature header,
not via the normal API authentication.

## Request body

- object — GitHub webhook event payload

## Response `200`

Webhook received and processed successfully

## Other responses

- `400` — Invalid signature or malformed request
- `500` — Internal error while handling the webhook

---

[API](https://skmtc.net/xata/apis/xata-api.md) · [All operations](https://skmtc.net/xata/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xata/xata-api/revisions/7fd383f5918c/schema)
