Monitoring Agent

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"
  }
}

Sample Webhook Notification

(If you specify a region or an uploaded file, you’ll get updates whenever relevant changes are detected for any property in that set.)

Last updated

Was this helpful?