cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/workspace/webhooks
[ { "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>" } ]
Successful Response
Was this page helpful?