repush
Bulk Repush
Learn how to re-push multiple failed webhook events.
Use this endpoint to retry the delivery of multiple webhook events using their unique hooksRequestIds
.
POST /v1/webhooks/bulk-re-push
Request Body
An array of hooksRequestId
values corresponding to the webhook events you want to re-push.
Response Body
Response code indicating the status of the request.
Message describing the result of the re-push attempt.