Get a webhook delivery
GET/projects/:projectId/webhook-deliveries/:deliveryId
A single delivery including the exact payload sent and the endpoint's response.
Constraints:
- Requires manage access rather than read: the response body is content returned by a URL you control, so it is deliberately not exposed to read-only tokens.
Request
Responses
- 200
- 404
The delivery, with payload and response.
Delivery not found.