Skip to main content
Webhooks must be enabled in configuration. See Webhooks concept for setup and signature verification.

Register a webhook

string
required
HTTPS endpoint to receive POST notifications.
string
default:"**"
Glob pattern to filter which file changes trigger this webhook. Defaults to all files.
string
Unique webhook identifier.
string
Registered endpoint URL.
string
Path filter pattern.
string
HMAC signing secret (only returned at creation).
string
ISO 8601 creation timestamp.
boolean
Whether the webhook is active.
Returns 503 if webhooks are not enabled in configuration.

List webhooks

Returns an array of webhooks. The secret field is omitted from list responses.

Delete a webhook

Returns 204 No Content on success.
Last modified on May 4, 2026