Last updated 7 months ago
Was this helpful?
Returns a list of all the webhooks registered for your account.
/webhooks
The response body contains the requested results.
curl -L \ --url 'https://api.enzoic.com/v1/webhooks' \ --header 'Authorization: Basic username:password'
[ { "webhookID": "5a3ae05132ffb96e664d4626", "url": "https://mywebhook.com", "key": "51000000000000000000000000000000", "secret": "51000000000000000000000000000000", "default": false } ]