Command Palette
Search for a command to run

Retry a delivery

Retry a failed webhook delivery by re-sending the event payload

POST
/auth/v1/seed/webhooks/{id}/deliveries/{delivery_id}/retry

Path parameters

id type: string (required)
The webhook ID.
delivery_id type: string (required)
The delivery ID to retry.