Monitoring Identities
Setup which identities you wish to monitor
The following API endpoints allow you to add, update, delete, and retrieve monitored identities in the Enzoic system, using your API key. Note that you will need to have Identity Breach Monitoring added to your subscription before you can call these APIs. You will also need a webhook configured on your account to receive notifications.
post
https://api.enzoic.com/v1
/identity-monitoring
Add identities to monitoring
put
https://api.enzoic.com/v1
/identity-monitoring
Update monitored identities with new information
delete
https://api.enzoic.com/v1
/identity-monitoring
Delete monitored identities
get
https://api.enzoic.com/v1
/identity-monitoring
Retrieve list of currently monitored identities
Last modified 1mo ago