Update URL, event filter, or enabled state. Pass rotate_secret=true
to issue a new signing secret — the old one is immediately invalidated
and the response body includes the new secret.
Cost: write — burns rate + quota.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Issue a new signing secret.
Successful Response
Registered webhook endpoint.
Opaque webhook identifier (UUID).
"aaaa0001-bbbb-0002-cccc-000300040005"
HTTPS endpoint Kallima delivers events to.
"https://your-service.example.com/webhooks/kallima"
Whether deliveries are being attempted.
ISO-8601 creation timestamp (UTC).
ISO-8601 last-updated timestamp (UTC).
Polymorphic discriminator. Always webhook.
Subscribed event types. null means all events.
Webhook signing secret. Returned only at creation time — subsequent reads omit this field. Store it immediately; it cannot be recovered. Rotate via PATCH rotate_secret=true.
"whsec_AbCdEfGhIjKlMnOpQrStUvWx1234567890ABCDEF"