Skip to main content
Use this endpoint to re-queue an event that failed after exhausting all automatic retry attempts. Retrying resets the attempts counter to 0 and restarts the full retry schedule from the beginning, as if the event were being delivered for the first time.

Request

No request body is required.

Path parameters

string
required
The subscription ID (e.g. sub_2QkP9aB7xN...).
string
required
The event ID to re-queue (e.g. evt_8xN9kP2QbA...).

Response

200 OK — the updated EventView with status: "pending" and attempts reset to 0.
Before retrying, confirm your endpoint is returning a 2xx response and that signature verification is working correctly. If neither is fixed, the event will fail again after running through the full automatic retry schedule: 200ms → 1s → 5s → 1m → 5m → 30m → 2h.

Errors