Ingest a direct webhook (no Hookdeck)
Ingest a direct webhook (no Hookdeck)
Public endpoint used in local dev / tests when Hookdeck is not configured. Authenticated by the per-channel X-Channel-Secret; requires an X-Idempotency-Key. Dispatches the payload to the matching channel’s routes.
Path parameters
orgSlug
channelSlug
Headers
X-Channel-Secret
Per-channel secret authenticating the caller.
X-Idempotency-Key
Caller-supplied key making delivery exactly-once across retries.
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