cURL
curl --request POST \ --url https://cloud-api.phala.com/api/v1/workspace/webhooks \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "<string>" ], "name": "<string>", "secret": "<string>" } '
{ "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>" }
Documentation IndexFetch the complete documentation index at: https://docs.phala.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phala.com/llms.txt
Use this file to discover all available pages before exploring further.
100
Successful Response
Was this page helpful?