Skip to main content
GET
Get a webhook delivery record

Authorizations

x-api-key
string
header
required

Path Parameters

event_id
string
required

The event ID of the webhook delivery record.

Response

The webhook delivery record.

A single outbound webhook delivery record.

id
string
required

The event ID for this delivery (KSUID).

event_type
string
required

The event type (e.g. transaction.completed).

endpoint_url
string
required

The target URL this webhook was sent to.

status
enum<string>
required

Current delivery status.

Available options:
delivered,
failed,
pending
attempts
integer
required

Number of delivery attempts made so far.

created_at
string<date-time>
required

When this delivery record was created.

is_replay
boolean
required

True if this delivery was triggered by a manual replay.

delivered_at
string<date-time> | null

When the webhook was successfully delivered, if applicable.

simulation_id
string | null

Present if this webhook originated from a sandbox simulation.

replay_count
integer

Number of times this delivery has been replayed (max 10).

payload
object | null

The full event payload sent in the webhook body.