v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
webhooks-events

Resend event notification

Resends a webhook event notification, by ID. Any pending notifications are not resent.

post/v1/notifications/webhooks-events/{event_id}/resend

Path parameters

event_idstring required

The ID of the webhook event notification to resend.

Request body

webhook_idsWebhookIds[]

An array of webhook account IDs.

Response

A successful request returns the HTTP 202 Accepted status code and a JSON response body that shows webhook event notification details.

idstring

The ID of the webhook event notification.

create_timestring date-time

The date and time when the webhook event notification was created, in Internet date and time format.

resource_typestring

The name of the resource related to the webhook notification event.

event_versionstring

The event version in the webhook notification.

event_typestring

The event that triggered the webhook event notification.

summarystring

A summary description for the event notification.

resource_versionstring

The resource version in the webhook notification.

resourceResource

The resource that triggered the webhook event notification.