This endpoint allows clients to manually retrigger failed webhook events when their webhook endpoint remains unavailable or fails beyond the automatic retry limit.
A failed webhook event is defined as any event where Carriyo receives a non-200 response from the client’s endpoint.
Specify a time range of up to 1 day, going back as far as the last 30 days, to retrigger failed events. Note that each call will retrigger a maximum of 1,000 events.
Success Response
Error Response
{- "webhook_id": "ACCOUNT_w1234-5678-abcd",
 - "start_date": "2023-03-22T10:15:30.123Z",
 - "end_date": "2023-03-22T10:15:30.123Z"
 
}{- "original_failure_count": 10,
 - "retriggered_count": 1,
 - "retriggered_events": [
- {
- "event_id": "e1234-5678-abcd",
 - "entity_id": "S123456790",
 - "trigger": "booked"
 
} 
] 
}