Resend Events
Synchronously resend the webhook batch with the provided batch_id for the customer. The result is returned in the response.
Headers
Path Parameters
the ID of the batch
Response
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.
Unique identifier for the webhook batch
x >= 0Timestamp of when the webhook batch was created
Customer handle associated with the webhook batch
255Number of events in the webhook batch
x >= 0Webhook URL to which events in the batch were posted
Duration of the webhook batch in milliseconds, measured from the time the request was sent to the webhook endpoint until the response was received. Null indicates that no response was returned from the webhook endpoint.
x >= 0HTTP status code returned by the webhook endpoint. Valid values are 100-599. Null indicates that no response was returned from the webhook endpoint.
x <= 599
