v1

latestOpenAPI 3.0.32026-07-264469137.7 KB
Webhooks

Resend an event to an endpoint

Re-deliver a past event to a specific endpoint. Requires the webhooks:write scope.

post/v1/webhooks/endpoints/{endpoint_id}/events/{event_id}/resend

Path parameters

endpoint_idstring required

The webhook endpoint's ID.

event_idstring required

The event's ID.

Response

The resend was queued.

statusstring required

Outcome of the resend request.

attempt_idstring required

The new delivery attempt created.

Example response

{
  "status": "queued",
  "attempt_id": "wha_9z8y7x6w5v"
}