Skip to main content
Source OpenAPI: 0xArchive API 1.6.1; 168 paths; 190 component schemas. Queue a delivery that has already been attempted for another attempt. The delivery and event identifiers are unchanged, so a receiver that already processed the event can deduplicate on the event identifier. The record is reset in place: the retry window and the attempt counter start again from now, and the previous attempt’s status, error and timing are cleared, so the log entry then describes the repeat rather than the original failure. If the delivery’s endpoint is switched off the request is refused rather than queued, because nothing would be sent. A repeat delivery is a real signed delivery, so it counts against today’s delivery budget, and it is refused on a plan without webhook delivery or once that budget is spent. Authenticate with an API key or a signed-in dashboard session. Costs no credits.

Route Metadata

Request Parameters

Path Parameters

Response Contracts

Status 200

The delivery was queued for another attempt

application/json

Status 400

Invalid request

application/json

OpenAPI example

Status 401

Authentication required

application/json

OpenAPI example

Status 404

Resource not found

application/json

OpenAPI example

Status 409

Nothing was queued, either because the delivery’s endpoint is switched off or because today’s delivery budget is already spent.

application/json

OpenAPI example: budgetSpent
OpenAPI example: endpointSwitchedOff

Status 429

Rate limit exceeded

application/json

OpenAPI example
Last modified on September 20, 2026