Retry events

This endpoint retriggers the specified processing event.

POST/events/{eventId}/retry

The retriggered event has a new eventId and appears as a separate event record in the Stedi portal. For example, if you retry a transaction.processed.v2 event, the app shows two transaction.processed.v2 events for the file.

Retrying individual processing events can be helpful when testing your integration. For example, you can use this approach to retrigger Destination webhooks without needing to continually reprocess the same test file.

Authorizationstringrequiredheader

A Stedi API Key for authentication.

Path Parameters

eventIdstring

The ID of the event you want Stedi to re-emit.

Response

application/json

RetryEvent 200 response

eventIdstring

The ID of the newly retried event.