Re-sends the SAME event to the SAME endpoint as a brand-new delivery — a NEW delivery row, with a genuinely fresh webhook-id (never the original's). The original delivery's own history (status, error, timestamps) is never modified; look it up by its own id in the delivery log to see what actually happened on the first attempt.Refused with 409 when the endpoint is currently disabled — replaying into a target the health machinery already gave up on would just manufacture another failure; re-enable it first (PATCH /webhooks/endpoints/{endpointId}).
Request
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.