Unit Panic
The Unit Panic API call allows you to automatically trigger a unit panic from in-game.
This API endpoint requires the standard version of Sonoran CAD or higher. For more information, see our pricing page.
Unit Panic
POST
https://api.sonorancad.com/emergency/unit_panic
This The unit panic API endpoint allows you to automatically trigger a unit panic from in-game.
Request Body
Name
Type
Description
id
string
Your community's ID
key
string
Your community's API Key
type
string
UNIT_PANIC
data
array
Array of unit objects
UNIT PANIC UPDATED
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "UNIT_PANIC",
"data": [
{
"apiId": "STEAM:5678",
"isPanic": true,
}
]
}
Last updated
Was this helpful?