Skip to main content
POST
/
custodians
/
me
/
alerts
/
webhooks
/
{alertWebhookId}
/
delivery-events
/
{deliveryEventId}
/
retries
Retry an alert webhook delivery event
curl --request POST \
  --url https://api.portalhq.io/api/v3/custodians/me/alerts/webhooks/{alertWebhookId}/delivery-events/{deliveryEventId}/retries \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Path Parameters

alertWebhookId
string
required

The unique identifier of the alert webhook.

deliveryEventId
string
required

The unique identifier of the alert webhook delivery event.

Response

Manual retry scheduled successfully. No response body.