POST
Retrigger webhook notifications
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 Params
-
webhookIdstring requiredThe webhook ID
Body Params
object
-
webhookNotificationIdsarray of strings
Responses
200
Retrigger results
Response Body
object
-
totalRequestedinteger int32 required -
totalSuccessinteger int32 required -
totalFailedinteger int32 required -
successfulNotificationsarray of objects requiredsuccessfulNotifications object
-
webhookNotificationIdstring uuid required -
retriggeredNotificationRequestIdstring -
errorstring
-
-
failedNotificationsarray of objects requiredfailedNotifications object
- Same shape as
RetriggerNotificationResult.
- Same shape as
400
Invalid request
Response Body
object
Bad request error response
-
namestring enum requiredError codeValidationFailedIllegalArgumentBadRequestDataIntegrityErrorNotImplementedErrorRETRIGGER_RATE_LIMITEDUSER_CREATION_FAILEDUSER_FALLBACK_FAILED -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code400
403
Access denied
Response Body
object
Forbidden error response
-
namestring enum requiredError codeAccessDenied -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code403
404
Webhook not found
Response Body
object
Not found error response
-
namestring enum requiredError codeNotFound -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code404
409
Concurrent retrigger in progress
Response Body
object
Conflict error response
-
namestring enum requiredError codeConflict -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code409
500
Unexpected error occurred
Response Body
object
Internal server error response
-
namestring enum requiredError codeUnexpectedErrorThirdPartyErrorDatabaseErrorUSER_FALLBACK_TIMEOUT -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code500