Retry a webhook delivery
Queues the stored payload for delivery again. The event id is reused, so a consumer that deduplicates on it treats the replay as the same event. Returns the delivery with status ‘pending’; poll the delivery list for the outcome. Fails with 422 when the webhook is disabled.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Response
Retry a webhook delivery
Api_V1_Entities_WebhookDelivery model
Unique delivery identifier
Event UUID, matching the 'webhook-id' header and the payload 'id'
Event type that was delivered: 'deploy_started' or 'deploy_ended'
Outcome: 'pending', 'delivered' or 'failed'
HTTP status returned by the endpoint; null when no response was received
Response body or error, truncated to 500 characters
How many times delivery has been tried, including retries
When the most recent attempt ran
When the event was first queued
The exact JSON body that was POSTed to the endpoint

