Retry
Retry Event Delivery
Triggers a retry for delivering an event to a destination. The event must exist and the destination must be enabled and match the event's topic.
When authenticated with a Tenant JWT, only events belonging to that tenant can be retried. When authenticated with Admin API Key, events from any tenant can be retried.
post/retry
Request body
Example request
{
"event_id": "evt_123",
"destination_id": "des_456"
}Response
Retry accepted for processing.
Example response
{
"success": true
}