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

Path Parameters

webhook_id
string
required

Response

Successful Response