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.
503 if webhooks are not enabled in configuration.
List webhooks
secret field is omitted from list responses.
Delete a webhook
204 No Content on success.