Returns the delivery record for the specified event. If the event was
delivered to multiple targets, the first target’s record is returned.
Use GET /webhooks?event_type=... to list all deliveries.
The event ID of the webhook delivery record.
The webhook delivery record.
A single outbound webhook delivery record.
The event ID for this delivery (KSUID).
The event type (e.g. transaction.completed).
The target URL this webhook was sent to.
Current delivery status.
delivered, failed, pending Number of delivery attempts made so far.
When this delivery record was created.
True if this delivery was triggered by a manual replay.
When the webhook was successfully delivered, if applicable.
Present if this webhook originated from a sandbox simulation.
Number of times this delivery has been replayed (max 10).
The full event payload sent in the webhook body.