curl --request GET \
--url https://api.app.hrizn.io/v1/public/webhooks/{id}/deliveries \
--header 'X-API-Key: <api-key>'
{ "data": { "deliveries": [] }}
Returns the recent delivery attempts for a webhook subscription, including status codes and response times. Useful for debugging.Scope required:webhooks:read