POST
Retry a webhook delivery

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Webhook UUID

delivery_uuid
string
required

Delivery UUID

Response

Retry a webhook delivery

Api_V1_Entities_WebhookDelivery model

uuid
string
required

Unique delivery identifier

event_id
string
required

Event UUID, matching the 'webhook-id' header and the payload 'id'

event_type
string
required

Event type that was delivered: 'deploy_started' or 'deploy_ended'

status
string
required

Outcome: 'pending', 'delivered' or 'failed'

response_code
integer<int32>
required

HTTP status returned by the endpoint; null when no response was received

message
string
required

Response body or error, truncated to 500 characters

attempts
integer<int32>
required

How many times delivery has been tried, including retries

last_attempt_at
string<date-time>
required

When the most recent attempt ran

created_at
string<date-time>
required

When the event was first queued

payload
object
required

The exact JSON body that was POSTed to the endpoint