v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
admin

List system's webhooks

get/admin/hooks

Query parameters

pageinteger

page number of results to return (1-based)

limitinteger

page size of results

type'system' | 'default' | 'all'

system, default or both kinds of webhooks

Response

HookList

activeboolean

Whether the webhook is active and will be triggered

authorization_headerstring

Authorization header to include in webhook requests

branch_filterstring

Branch filter pattern to determine which branches trigger the webhook

configobject

Configuration settings for the webhook

created_atstring date-time

The date and time when the webhook was created

eventsstring[]

List of events that trigger this webhook

idinteger

The unique identifier of the webhook

namestring

Optional human-readable name for the webhook

typestring

The type of the webhook (e.g., gitea, slack, discord)

updated_atstring date-time

The date and time when the webhook was last updated