List webhook deliveries
Authorization
AuthorizationRequiredBearer <token>API key. Manage keys from the dashboard at app.bytekit.com.
In: header
Query Parameters
limitintegerDefault:
25Minimum: 1Maximum: 100cursorstringPagination cursor from a previous response.
statusstringValue in:
"pending" | "delivered" | "failed" | "exhausted"sincestringFilter deliveries created after this ISO date.
Format:
"date-time"Successful response.
Webhooks
Webhooks API — endpoints, requests, and responses.
POST /v1/webhook-deliveries/{id}/retryRetry a webhook delivery
Requeues a failed or exhausted webhook delivery for another attempt. **Limits:** this endpoint takes no request body; any body sent is capped at 64 KB. An oversized body returns a `400` with error code `request_too_large`.