Ingest a Hookdeck-routed webhook (path routing)

View as Markdown

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

orgSlugstringRequired
channelSlugstringRequired

Headers

X-Hookdeck-SignaturestringRequired

Hookdeck HMAC-SHA256 signature over the raw body.

X-Hookdeck-Signature-2stringOptional

Previous-secret signature, present during a signing-secret rotation.

X-Hookdeck-EventIdstringRequired

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