Get a webhook delivery record
Returns the full audit record for a single webhook delivery attempt, including the JSON payload that was POSTed, the response status code, and a truncated response body. The delivery is resolved by its own ID scoped to the organization — not to a specific subscription — so no subscription ID is needed in the path. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
ID of the webhook delivery record to fetch. This is the delivery attempt ID (prefixed whd-), distinct from the subscription ID.
"whd-4a1e6b22"
Response
Delivery detail including the request payload and the captured response
Related topics
Retry a webhook deliveryList deliveries for a webhook subscriptionDelete a webhook subscriptionActivity & EventsUpdate a webhook subscription