curl --request GET \
--url https://{baseurl}/api/v1/webhooks \
--header 'x-api-key: <x-api-key>'{}Retrieve a list of all webhooks for the current environment
curl --request GET \
--url https://{baseurl}/api/v1/webhooks \
--header 'x-api-key: <x-api-key>'{}OK
The response is of type object.
Was this page helpful?