Register a Webhook
Allows you to register a new webhook to receive notifications for monitoring alerts. This can include Breach, Identity, and BIN Monitoring alerts.
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 URL of the webhook to send alerts to when a match is found.
https://mywebhook.comIf true, this webhook will be used as the default for all new monitoring requests which do not specify a webhook. This will automatically override any existing default webhook. The first webhook created on an account automatically becomes the default.
falseThe call was successful and the webhook is now available for use on your account.
Required parameters were missing or the webhook URL is not a valid URL.
You attempted to register a webhook on a domain you have not verified ownership of. The webhook was not created.
You attempted to register a webhook with the same URL as an existing webhook. The existing webhook was not modified.
Last updated
Was this helpful?