v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Webhook Deliveries

Redeliver webhook

Triggers a fresh delivery attempt of the event to the same webhook subscription.

post/v1/webhook_deliveries/{id}/redeliver

Path parameters

idstring uuid required

Unique identifier of the webhook delivery.

Headers

Idempotency-Keystring

Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.

Response

The new webhook delivery resource

idstring uuid required

Unique identifier of the webhook delivery.

type'webhook_delivery' required

Resource type discriminator.

event_idstring uuid required

Identifier of the event this delivery was for.

subscription_idstring uuid required

Identifier of the webhook subscription this delivery targeted.

status'pending' | 'delivered' | 'failed' | 'processing' | 'ignored' required

Current status of the delivery.

created_atstring date-time required

ISO 8601 UTC timestamp when the delivery was created.

updated_atstring date-time required

ISO 8601 UTC timestamp when the delivery was last updated.