---
title: "Handle Webhook"
method: POST
path: "/v1/github-app/webhook"
tags: ["v1-github-app"]
---

# Handle Webhook

`POST /v1/github-app/webhook`

Handle GitHub App webhook events.

Events:
- installation: created, deleted, suspend, unsuspend
- installation_repositories: added, removed

Security: Webhook signature is ALWAYS verified. If GITHUB_APP_WEBHOOK_SECRET
is not configured, all requests are rejected.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/71b66f68e19c/schema)
