Unit Panic
The Unit Panic API call allows you to automatically trigger a unit panic from in-game.
Unit Panic
Request Body
Name
Type
Description
UNIT PANIC UPDATEDINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "UNIT_PANIC",
"data": [
{
"apiId": "STEAM:1234", // (OPTION 1): API ID entered in the unit identifiers
"account": "000-000-000", // (OPTION 2): Sonoran Account UUID
"identIds": [123,456], // (Option 3): Identifier IDs
"isPanic": true,
}
]
}Last updated
Was this helpful?

