Skip to main content
Manage webhook delivery, signing secrets, and signature verification.
Generated from kash docs --json. Each command’s behaviour is documented in-binary via kash webhooks <subcommand> --help — this page is the structured reference.

Usage

Subcommands

kash webhooks list

List recent webhook delivery events for the calling key. Options

kash webhooks rotate-secret

Rotate the webhook signing secret for the current API key. Options

kash webhooks redeliver

Re-queue a webhook event for delivery. Arguments
  • eventId — webhook event UUID

kash webhooks verify

Verify a captured X-Kash-Signature against the raw body and secret. Options

kash webhooks replay

Re-sign a captured webhook payload and POST it to a target URL. Arguments
  • body (optional) — path to a JSON body file (omit or pass ”-” for stdin)
Options