POST
/
events
/
{eventId}
/
retry
  curl --request POST -L \
    --url https://core.us.stedi.com/2023-08-01/events/e8b4ddc9-96df-5df0-488d-2b489b6a8c23/retry \
    --header "Authorization: ${STEDI_API_KEY}" 
{"eventId":"ad3abd42-bf84-36da-f118-232f0c4cb931"}

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
headerrequired

API key authentication via the 'Authorization' header

Path Parameters

eventId
string
required

The 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?