Resend Events
POST/webhook-batch/:batch_id/resend
Synchronously resend the webhook batch with the provided batch_id for the customer. The result is returned in the response.
Request
Responses
- 200
- 400
- 404
- 500
Resend attempt completed. The result of the resend attempt is included in the response body. A successful response here does not mean the webhook endpoint responded with a 2xx status code, only that we were able to make the resend attempt and receive a response.
Bad Request. The batch ID is invalid.
The batch ID is not found for the customer.
Internal Server Error