Subscribe to a property or region and receive push notifications (via webhook) or poll for changes if valuations, conditions, or compliance statuses shift significantly.
Sample Request
POST /v1/agent/monitoring
{
"subscribe": true,
"address": "415 Mission Street, San Francisco, CA, US",
"callback_url": "https://example.com/webhook",
"notification_options": {
"threshold": {
"valuation_percent_change": 5,
"condition_score_change": 1.5,
"compliance_status_change": true
},
"frequency": "immediate"
}
}