Pular para o conteúdo principal

Send one delivery again, now

POST 

/admin/webhooks/:id/retry

Re-POSTs the stored payload to the casino's endpoint, synchronously, and answers what happened. An operator who presses this learns the verdict instead of refreshing a list.

A non-2xx is an OUTCOME, not an error: the response is 200 with delivered: false and the status the backend answered with. The attempt is recorded either way, attributed to the signed-in operator.

A delivery the backend already accepted is refused with 409 — there is nothing to repair. Anything else can be re-sent, including a dead one, which is what this button mostly exists for: on failure the delivery goes back to pending with a fresh attempt budget.

A casino that has no webhook endpoint configured is also a 409, naming that as the cause: it is the most common reason a delivery is sitting here unsent, and re-sending cannot help until an endpoint exists.

Permission: webhooks.write

Request

Responses

The verdict, and the delivery as it now stands