Skip to main content
POST
Create Monitor

Authentication

Requires an API key in the Authorization header.

Request

string
required
A display name for the monitor.
string
The type of targets to monitor. Default: email.Valid values: email, phone, domain, ip
string[]
List of email addresses to monitor. Required when monitor_type is email.
string
How often to run enrichment. Default: monthly.Valid values: weekly, biweekly, monthly, quarterly
string
Detection mode. Default: diff_only.Valid values: diff_only, full_refresh
string
Where targets come from. Default: csv.Valid values: csv, list
string
Reference to a contact list ID when data_source_type is list.

Example: Email monitor

Response

Returns the created monitor object.