Gitea Webhooks

Outbound HTTP webhook system delivering JSON event payloads for pushes, pull requests, issues, releases, package events, and more. Webhooks are configurable per repository, organization or instance-wide and are managed through the REST API.

API entry from apis.yml

apis.yml Raw ↑
aid: gitea:gitea-webhooks
name: Gitea Webhooks
tags:
- Webhooks
- Events
- Eventing
humanURL: https://docs.gitea.com/usage/webhooks
properties:
- url: https://docs.gitea.com/usage/webhooks
  type: Documentation
- url: https://docs.gitea.com/usage/webhooks#event-information
  type: APIReference
description: Outbound HTTP webhook system delivering JSON event payloads for pushes, pull requests, issues,
  releases, package events, and more. Webhooks are configurable per repository, organization or instance-wide
  and are managed through the REST API.