Create multiple monitorings for a customer in a single request. Maximum of 200 monitorings per request.
skip_duplicate flag is set to true)run_now flag)skip_duplicate flag is set to true)POST/monitorings/bulk-createwebsite (string, required, unique in array) - The URL to monitor (will be validated and sanitized)checks (array, required) - Array of monitoring checks to perform:
"non_operational_website" - Check if website is operational"high_risk_diligent_classification" - Check for high-risk classification"catalog_contain_loan_flipping_indicators" - Check for loan flipping indicatorsfrequency (string, required, case-insensitive) - How often to run checks:
"weekly" - Every 7 days"every_2_weeks" - Every 14 days (default)"every_3_weeks" - Every 21 days"every_4_weeks" - Every 28 daysexpires_at (ISO8601 string, optional) - When monitoring expires (defaults to 6 months from creation)
run_now (boolean, optional) - Execute immediately after creation (defaults to true)external_id (string, optional) - External ID for the monitoringskip_duplicate (boolean, optional) - If any of the monitorings in the request has this flag set to true, and If an existing, active monitoring exist with the same site skip don’t fail.skip_duplicate flag set to true, and if an existing, active monitoring exist with the same site skip don’t failrun_now is set to true, the monitoring will be queued for immediate execution after creation.1 - 200 elementsThe website URL to monitor
"https://example.com"
Array of monitoring checks to perform
1non_operational_website, high_risk_mcc, high_risk_diligent_classification, catalog_contain_loan_flipping_indicators [
"non_operational_website",
"high_risk_diligent_classification"
]How often to run the monitoring checks
weekly, every_2_weeks, every_3_weeks, every_4_weeks "weekly"
Whether to execute the monitoring immediately after creation If true, monitoring will be executed immediately after creation.
Optional expiration date for the monitoring (defaults to 6 months from creation) Optional expiration date for the monitoring.
"2024-12-31T23:59:59.000Z"
If an existing, active monitoring exist with the same site skip don't fail
false