Query Registered Webhooks
Returns a list of all the webhooks registered for your account.
The Enzoic API uses a basic auth scheme where the username is your API key and the password is your API secret.
See https://docs.enzoic.com/enzoic-api-developer-documentation/using-the-enzoic-api#api-authentication for more details.
The response body contains the requested results.
The ID of the webhook.
5a3ae05132ffb96e664d4626The URL of the webhook.
https://mywebhook.comThe key for the webhook. This is passed to the webhook as the username using basic authentication, so that you may verify Enzoic is the caller.
51000000000000000000000000000000The secret for the webhook. This is passed to the webhook as the password using basic authentication, so that you may verify Enzoic is the caller.
51000000000000000000000000000000If true, this webhook is the default webhook for the account.
falseThe response body contains the requested results.
Last updated
Was this helpful?