Context
The webhook crate supports retries with exponential backoff, but there is no API for viewing delivery attempts and failures per webhook.
Requirements
- GET
/webhooks/{webhookId}/deliveries/ endpoint with cursor pagination
- Each delivery record includes: event type, HTTP status, response body (truncated), timestamp, attempt number
- GET
/webhooks/{webhookId}/deliveries/{deliveryId}/ for individual delivery detail
- Retry a failed delivery: POST
/webhooks/{webhookId}/deliveries/{deliveryId}/retry
References
Context
The webhook crate supports retries with exponential backoff, but there is no API for viewing delivery attempts and failures per webhook.
Requirements
/webhooks/{webhookId}/deliveries/endpoint with cursor pagination/webhooks/{webhookId}/deliveries/{deliveryId}/for individual delivery detail/webhooks/{webhookId}/deliveries/{deliveryId}/retryReferences