# Gogs Webhooks API

**Canonical:** https://apis.io/apis/gogs/gogs-webhooks-api/  
**Provider:** Gogs — https://apis.io/providers/gogs/  
**Base URL:** https://gogs.example.com/api/v1  
**Documentation:** https://gogs.io/api-reference/introduction

Gogs Webhooks API is one of 10 APIs that [Gogs](https://apis.io/providers/gogs/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification.

Create, edit, and delete repository webhooks

## Operations (4)

| Method | Path | Summary |
|---|---|---|
| GET | `/repos/{owner}/{repo}/hooks` | List hooks |
| POST | `/repos/{owner}/{repo}/hooks` | Create a hook |
| PATCH | `/repos/{owner}/{repo}/hooks/{id}` | Edit a hook |
| DELETE | `/repos/{owner}/{repo}/hooks/{id}` | Delete a hook |

## Machine-readable artifacts (1)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/gogs/refs/heads/main/openapi/gogs-webhooks-api-openapi.yml

## Other Gogs APIs (9)

- [Gogs API](https://apis.io/apis/gogs/gogs-api/)
- [Gogs Administration API](https://apis.io/apis/gogs/gogs-administration-api/)
- [Gogs Collaborators and Deploy Keys API](https://apis.io/apis/gogs/gogs-collaborators-and-deploy-keys-api/)
- [Gogs Issues API](https://apis.io/apis/gogs/gogs-issues-api/)
- [Gogs Miscellaneous API](https://apis.io/apis/gogs/gogs-miscellaneous-api/)
- [Gogs Organizations API](https://apis.io/apis/gogs/gogs-organizations-api/)
- [Gogs Releases API](https://apis.io/apis/gogs/gogs-releases-api/)
- [Gogs Repositories API](https://apis.io/apis/gogs/gogs-repositories-api/)
- [Gogs Users API](https://apis.io/apis/gogs/gogs-users-api/)

## Tags

Webhook

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/gogs/gogs-webhooks-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/gogs/.
