Skip to main content
GET
Get a webhook delivery record

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

deliveryId
string
required

ID of the webhook delivery record to fetch. This is the delivery attempt ID (prefixed whd-), distinct from the subscription ID.

Example:

"whd-4a1e6b22"

Response

Delivery detail including the request payload and the captured response