v1

latestOpenAPI 3.1.02026-07-223261135.0 KB
webhooks

Redeliver Webhook

Queue a manual replay of a previous delivery.

Creates a new pending row linked to the original via replayed_from_id and returns its id. The actual HTTP send runs as a background task so the caller gets an immediate 202.

Permission: the caller must be the user who created the API key that dispatched the original delivery, OR an admin / owner of the team. If the original key was deleted, only admins can replay.

post/webhook_deliveries/{delivery_id}/redeliver

Path parameters

delivery_idstring required

Prefixed whd_... id.

Prefixed whd_... id.

Headers

Moda-Version'2026-04-12' | '2026-05-01'
Example:2026-05-01

Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.

Response

Successful Response

idstring required

Prefixed whd_... id of the newly queued delivery.

status'pending'
replayed_from_idstring required