/api/notifications/v1/admin/webhooks/{webhookId}/notifications/retriggerAdmin endpoint to retrigger 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.
webhookIdstringRequiredwebhookNotificationIds array[string] 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 name string required ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILEDerror string required status integer <int32>required 400name string required AccessDeniederror string required status integer <int32>required 403name string required NotFounderror string required status integer <int32>required 404name string required Conflicterror string required status integer <int32>required 409name string required UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUTerror string required status integer <int32>required 500