---
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/xataio/apis/xata-api.md) · [All operations](https://skmtc.net/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xataio/xata-api/versions/bbeb83bf32d6/schema)
