Skip to main content
POST
/
api
/
webhooks
/
{id}
/
deliveries
/
{deliveryId}
/
redeliver
Redeliver
curl --request POST \
  --url https://app.opencomputer.dev/api/webhooks/{id}/deliveries/{deliveryId}/redeliver \
  --header 'X-API-Key: <api-key>'
{
  "ok": true
}
Re-send a message to the endpoint. The redelivery carries the same svix-id, so a receiver that dedupes treats it as the same message. Use it when the original never landed. See Webhooks.
id
string
required
Destination ID (whk_…).
deliveryId
string
required
Message id (msg_…, from list deliveries).
{
  "ok": true
}
The new attempt appears under deliveries.