Skip to main content

Resend a Webhook Event

POST 

/v3/webhooks/:webhookId/events/:eventId/resend

This endpoint resends a specific webhook event.

Request

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

    eventId stringrequired

    The unique identifier of the event to be resent.

Responses

Webhook event has been resent successfully.

Loading...