Events
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 app. 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.
Authorizations
Authorization
string
headerrequiredA Stedi API Key for authentication.
Path Parameters
eventId
string
requiredThe ID of the event you want Stedi to re-emit.
Response
200 - application/json
eventId
string
The ID of the newly retried event.
Was this page helpful?