Ingest a Hookdeck-routed webhook (path routing)
Ingest a Hookdeck-routed webhook (path routing)
Public endpoint for the Hookdeck CLI (localdev), where org/channel are encoded in the path. Authenticated by the Hookdeck HMAC signature. Dispatches the payload to the matching channel’s routes.
Path parameters
orgSlug
channelSlug
Headers
X-Hookdeck-Signature
Hookdeck HMAC-SHA256 signature over the raw body.
X-Hookdeck-Signature-2
Previous-secret signature, present during a signing-secret rotation.
X-Hookdeck-EventId
Hookdeck event id; stable across retries and used as the idempotency key.
Response
Delivery replayed or skipped.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
413
Content Too Large Error
500
Internal Server Error
503
Service Unavailable Error