Resend a webhook delivery
Pushes a delivery back into the dispatcher queue. Requires the webhooks:write scope.
Only failed and exhausted deliveries can be replayed — a pending one is already queued and a successful one has nothing to replay. This scope covers replay only; it does not permit changing where a store’s events are sent.
Authorizations
A store API key, sent as Authorization: Bearer <key>.
A key looks like tbrn_live_ followed by 48 hex characters, e.g. tbrn_live_4f2a...c91b. Mint one in the Taberna dashboard under Developers → API Keys, tick the scopes the integration needs, and copy it there and then — the full value is shown once and only its hash is stored, so a lost key is replaced rather than recovered.
One key belongs to one store and carries a fixed scope set. Send it from a server, never from a browser: it can create orders and invoices and read every order the store has.
Path Parameters
The delivery to requeue. Formatted as a UUID, e.g. 3f1a9c2e-7b04-4d8e-9a6f-2c5b1e0d7a83.
"3f1a9c2e-7b04-4d8e-9a6f-2c5b1e0d7a83"
Response
The delivery was requeued. No body.