Replay failed alert webhook events
Alert Webhooks
Replay failed alert webhook events
deprecated
Deprecated. Use
POST /custodians/me/alerts/webhooks/{alertWebhookId}/delivery-events/{deliveryEventId}/retries
instead to retry one delivery event at a time. The new endpoint also supports
retrying events that are still PENDING, not just those in FAILED state.
Replays a list of alert webhook events with a delivery status of "failed".
If a failed event has already been replayed successfully, it cannot be replayed again.
POST
Replay failed alert webhook events
Authorizations
Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.
Path Parameters
The unique identifier of the alert webhook.
Body
application/json
List of failed alert webhook event IDs to replay.
Response
Replay initiated