You can resend a previous webhook using the /webhooks
endpoint.
Resending a webhook requires the following path parameters:
- The
token
identifying the webhook object that sends event notifications to your webhook endpoint. - The
event_type
of the webhook you want to resend. - The
token
of the event you want to resend (referred to as theevent_token
).
Send a POST request with an empty body to the following endpoint, replacing each path parameter with your values:
/webhooks/{token}/{event_type}/{event_token}