Retry a webhook event
Reset a failed webhook event and re-dispatch for immediate delivery. Clears attempts, failed_at, last_error, and delivered_at, then enqueues a new delivery.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Path parameters
webhook_id
Webhook endpoint ID.
event_id
Webhook event ID.
Response
Successful Response
id
Unique event ID
event_type
The event type that triggered this delivery
status
Computed status: delivered if delivered_at is set, failed if attempts >= max_retries, otherwise pending.
Allowed values:
attempts
Number of delivery attempts made
max_retries
Maximum delivery attempts before marking as failed
created_at
Time at which the event was created
object
Object type identifier. Always webhook_event.
response_status
HTTP status code from the last delivery attempt
last_error
Error message from the last failed attempt
delivered_at
Time at which the event was successfully delivered
failed_at
Time at which the event permanently failed (all retries exhausted)
next_retry_at
Expected time for the next delivery retry
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error