Replay failed alert webhook events
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.
Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
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
List of failed alert webhook event IDs to replay.
Response
Replay initiated