Retry one delivery
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Delivery identifier. May contain slashes (e.g. del_qrcode/cash-in:...).
Headers
Optional client-generated idempotency token (recommended for safe retries).
Unix seconds. Required on the signed host; tolerance is 300s either way (403 request_timestamp_skew).
Lowercase hex SHA-256 of the body. An empty body hashes the empty string, so the header is always present. Mismatch returns 400 body_hash_mismatch.
Detached JWS (<protected>..<signature>, ES256 or PS256) over METHOD\nPATH?QUERY\nTIMESTAMP\nIDEMPOTENCY_KEY_OR_EMPTY\nX_CONTENT_SHA256.
Response
Replay accepted by Hookdeck (hookdeck_replay or hookdeck_replay_legacy).
Only for hookdeck_replay.
Number of Hookdeck events replayed (hookdeck_replay).
Only for facade_reemit.
Only for facade_reemit.
Internal id of the replay delivery (facade_reemit).