Skip to main content
POST
/
api
/
v1
/
workspace
/
webhooks
/
{webhook_id}
/
deliveries
/
{event_id}
/
resend
Resend a webhook delivery
curl --request POST \
  --url https://cloud-api.phala.com/api/v1/workspace/webhooks/{webhook_id}/deliveries/{event_id}/resend
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

webhook_id
string
required
event_id
string
required

Response

Successful Response