Gitea · Example Payload

Gitea Rest Api Hook Example

GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull Requests

Gitea Rest Api Hook Example is an example object payload from Gitea, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypeconfigeventsactivecreated_at

Example Payload

Raw ↑
{
  "id": 1,
  "type": "gitea",
  "config": {
    "content_type": "json",
    "url": "https://example.com/hook",
    "secret": "***"
  },
  "events": [
    "push",
    "pull_request",
    "issues"
  ],
  "active": true,
  "created_at": "2026-04-01T00:00:00Z"
}