Reset a FAILED event to PENDING for reprocessing.
FAILED status. The retry count is reset and the event is returned to PENDING for a fresh set of 5 processing attempts with exponential backoff (2s, 4s, 8s, 16s, 32s).
Only events with a FAILED status can be retried. Events in PENDING, PROCESSING, or COMPLETED status will be rejected. This is useful after fixing an underlying issue (such as a misconfigured rule or a missing participant) that caused the original failure.
API key passed in the X-API-Key header.
Event ID
Event queued for retry
ID of the event being retried
"9d5f7d4a-18f8-4b73-9e26-7b5a0b5bb0d1"
Confirmation message
"Event queued for retry"
Error message from the previous failed attempt
"action CREDIT failed: amount exceeds asset scale"
Status the event was in before retry (always FAILED)
"FAILED"
New status after retry (always PENDING)
"PENDING"