---
title: "GitHub webhook ingress"
method: POST
path: "/v1/webhooks/connectors/github"
tags: ["Webhooks"]
---

# GitHub webhook ingress

`POST /v1/webhooks/connectors/github`

Verifies a GitHub App webhook signature against the raw request body, then records any relevant sync work.

## Response `200`

Ignored but valid GitHub webhook delivery.

- PluginArchGithubWebhookIgnoredResponse
  - `ok` true, required
  - `accepted` false, required
  - `reason` string, required

## Other responses

- `202` — Accepted GitHub webhook delivery.
- `401` — Invalid GitHub webhook signature.
- `503` — GitHub webhook secret is not configured.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
