Monitoring Agent

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"
}
}Last updated
Was this helpful?
