Resend Delivery
Send one message to one endpoint again. The request has the same webhook-id header and body as the original, so a receiver that deduplicates on webhook-id treats it as the same event.
message_id is the delivery’s message_id, or the event’s id (evt_ followed by the job id).
Path parameters
endpoint_id
The endpoint’s id (whe_...).
message_id
The delivery’s message_id, or the event’s id (evt_ followed by the job id).
Response
Successful Response
endpoint_id
message_id
The id as given in the path.
resent
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
503
Service Unavailable Error