Retrigger webhook notifications

post/api/notifications/v1/webhooks/{webhookId}/notifications/retrigger

Retriggers a list of webhook notifications by their IDs. Max 25 notifications per request. Note: retriggered webhooks use the original signature. If the webhook secret was rotated since the original send, the signature will be incorrect.

Path Parameters

  • webhookIdstringRequired
    The webhook ID

Request Body

List of webhook notification IDs to retrigger
webhookNotificationIds array[string]

200 Response

totalRequested integer <int32>required
totalSuccess integer <int32>required
totalFailed integer <int32>required
successfulNotifications array[object] required
webhookNotificationId string <uuid>required
retriggeredNotificationRequestId string
error string
failedNotifications array[object] required
webhookNotificationId string <uuid>required
retriggeredNotificationRequestId string
error string

400 Response

404 Response

409 Response