Webhook Test API

Verify your webhook implementation prior to deployment
This call will cause a test POST to be sent to the webhook URL registered to your account. This allows you to verify that your webhook URL is setup properly and able to receive Exposure Alerts from Enzoic. Use the breachAlert value in the type query string parameter for testing with a Breach Monitoring payload.
get
https://api.enzoic.com/v1
/webhook-test
Sends a test notification to your account's registered webhook

This call will cause a test POST to be sent to the webhook URL registered to your account. This allows you to verify that your webhook URL is set up properly and able to receive Breach, Identity, and/or BIN Monitoring Alerts from Enzoic.

Parameters
Query
type
string
This controls the type of webhook body to send to your webhook. Possible values are: - breachAlert - a simulated Breach Monitoring alert payload is sent - piiAlert - a simulated Identity Monitoring alert payload will be sent. - binAlert - a simulated BIN Monitoring alert payload will be sent. If type is not specified, the default is to send a breachAlert payload.
Responses
200: OK
The call was successful. Your webhook should receive a test POST as a result.
404: Not Found
No webhook URL is registered for your account. Contact support to have a URL added.