webhooks_delivery_detail
Retrieve full details of a single webhook delivery attempt, including request payload, headers with signature, and full response, to debug failed deliveries and identify root causes.
Instructions
Retrieve the complete details of a single webhook delivery attempt, including the full request payload, request headers (with signature), and the full response received. Use this to debug failed deliveries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Webhook endpoint UUID | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) | |
| deliveryUuid | Yes | Delivery attempt UUID |