Replay failed events
POST
/v1/webhooks/{webhook_id}/replay
Queues failed events for redelivery to the endpoint. Each replayed event creates a new delivery record with a new webhook-id. Standard retry logic applies if the replay delivery fails.
Request Payload
since
string
Replay events created at or after this timestamp. Defaults to 24h ago when omitted.
until
string
Replay events created before or at this timestamp. Omit to bound only by since.
cURL
curl -X POST "https://us1.platform.bird.com/v1/webhooks/{webhook_id}/replay" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{}'