Resend Event

Resend a webhook event

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Manually trigger a resend of a specific webhook event to its subscription endpoint.

Request

POST /webhooks/events/{event_id}/resend

Path Parameters

ParameterTypeRequiredDescription
event_idstringYesThe ID of the event to resend

Example Request

POST /webhooks/events/evt_abc123/resend

Example Response

{
  "id": "evt_abc123",
  "status": "pending",
  "message": "Event queued for redelivery"
}

Use Cases

  • Recovering from temporary endpoint failures
  • Debugging webhook integration issues
  • Replaying events after fixing your webhook handler

Notes

  • The event payload will be identical to the original delivery
  • A new X-JWT-SIGNATURE will be generated with a current timestamp
  • The resent event counts as a new delivery attempt
Path Params
string
required
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json