This event occurs when a MonitoringEvent
occurs on a monitored insurance account.
Webhook Request Format
The webhook is a POST request with a JSON body that will look like the following:
{
"widget_id": "<WIDGET_ID>",
"team_id": "<TEAM_ID>",
"pull_id": "<PULL_ID>",
"status": "SUCCESS",
"meta_data": {... developer-supplied JSON-serializable metadata ...},
"event_type": "MONITORING_EVENTS",
"account_identifier": "<ACCOUNT_IDENTIFIER>",
"is_monitored": true,
"monitoring": {
"monitoring_id": "<MONITORING_ID>",
"initial_pull_id": "<PULL_ID>"
},
"data": { ... MonitoringEvent ... }
}
Each webhook's
data
will contain a single MonitoringEvent