Show all webhooks for a team
curl --request GET \ --url https://api.hystruct.com/v1/integrations/webhooks/list \ --header 'x-api-key: <api-key>'
{ "webhooks": [ { "id": "<string>", "createdAt": "<string>", "url": "<string>", "events": [ "<string>" ] } ] }
Successful response
Show child attributes