Create a single monitoring configuration for a customer to receive alerts about website changes and risks.
POST
/monitorings
website
(string, required) - 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_mcc"
- Check for high-risk MCC"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 monitoringrun_now
is true, the monitoring will be queued for immediate execution via SQSCreated
The response is of type object
.