Last updated 10 months ago
Was this helpful?
Returns a list of all the webhooks registered for your account.
GET /v1/webhooks HTTP/1.1 Host: api.enzoic.com Authorization: Bearer Base64(your_api_key:your_api_secret) Accept: */*
The response body contains the requested results.
[ { "webhookID": "5a3ae05132ffb96e664d4626", "url": "https://mywebhook.com", "key": "51000000000000000000000000000000", "secret": "51000000000000000000000000000000", "default": false } ]