List failed webhooks

GET https://app.speybooks.com/api/v1/admin/system/webhooks/failed

Retrieve the 100 most recent failed webhook events with full payloads, error details, and retry counts. Results are ordered by created_at DESC.

Use this to investigate failures before replaying. Each entry includes the original payload for debugging.

Response

200 Up to 100 most recent failed webhooks with payloads and error details.
Show response fields
webhooks array<object>
Show child attributes
createdAt string date-time
errorDetails string
eventType string
id integer
payload object
retryCount integer
source string