Last updated 8 months ago
Was this helpful?
Returns a list of all the webhooks registered for your account.
/webhooks
curl -L \ --url 'https://api.enzoic.com/v1/webhooks' \ --header 'Authorization: Bearer Base64(your_api_key:your_api_secret)'
[ { "webhookID": "5a3ae05132ffb96e664d4626", "url": "https://mywebhook.com", "key": "51000000000000000000000000000000", "secret": "51000000000000000000000000000000", "default": false } ]