v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-044359269.1 KB
Webhook Deliveries

Retrieve webhook delivery

Retrieves a webhook delivery by ID.

get/v1/webhook_deliveries/{id}

Path parameters

idstring uuid required

Unique identifier of the webhook delivery.

Response

The 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.