cURL
curl --request GET \ --url http://localhost:3001/portal-api/webhooks
[ { "ID": "<string>", "Name": "<string>", "URL": "<string>", "Method": "<string>", "Timeout": 123, "Headers": [ { "ID": "<string>", "Name": "<string>", "Value": "<string>" } ], "Events": [ "AccessRequestApproved" ] } ]
Retrieves all configured webhooks.
Show child attributes
Was this page helpful?