/
PH
phala
/
Phala Cloud API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Apps
18
Attestations
9
CVMs
51
Instance Types
2
KMS
6
SSH Keys
5
Webhooks
11
get
List workspace webhooks
post
Create workspace webhook
get
Get webhook details
put
Update webhook
delete
Delete webhook
get
Get webhook delivery stats
get
List webhook deliveries
post
Resend a webhook delivery
post
Reveal webhook secret (requires 2FA)
post
Rotate webhook secret (requires 2FA)
post
Send test webhook event
Webhooks
Get webhook details
get
/api/v1/workspace/webhooks/{webhook_id}
Path parameters
webhook_id
string
required
Response
Successful Response
WebhookResponse
required
id
string
required
url
string
required
secret
string
nullable
events
string[]
required
name
string
nullable
enabled
boolean
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes