Skip to main content
GET
/
api
/
v1
/
workspace
/
webhooks
/
{webhook_id}
Get webhook details
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/workspace/webhooks/{webhook_id}
{
  "id": "<string>",
  "url": "<string>",
  "events": [
    "<string>"
  ],
  "enabled": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "secret": "<string>",
  "name": "<string>"
}

Path Parameters

webhook_id
string
required

Response

Successful Response

id
string
required
url
string
required
events
string[]
required
enabled
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
secret
string | null
name
string | null