/
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
List webhook deliveries
get
/api/v1/workspace/webhooks/{webhook_id}/deliveries
Path parameters
webhook_id
string
required
Query parameters
limit
integer
offset
integer
Response
Successful Response
WebhookDeliveryResponse[]
required
snowflake_id
integer
required
event_id
string
required
event_type
string
required
status
string
required
attempts
integer
required
request_url
string
required
response_status
integer
required
error_message
string
required
duration_ms
integer
created_at
string
date-time
required
delivered_at
string
date-time
nullable
original_event_id
string
Changes