Unit Panic
This event is sent when a unit toggles their panic status.
This push event requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
EVENT_UNIT_PANIC
{
"key": "YOUR_API_KEY", // Authenticate legitimate event traffic
"type": "EVENT_UNIT_PANIC",
"data": [
{
"identIds": [1, 2, 3], // Identifier IDs
"isPanic": true
}
]
}
Last updated
Was this helpful?