Set Identifier
This endpoint allows you to set the selected identifier for a unit.
This API endpoint requires the Plus version of Sonoran CAD or higher. For more information, see our pricing page.
Set Identifier
POST
https://api.sonorancad.com/emergency/set_identifier
This endpoint allows you to retrieve all unit identifiers for a specified account in your community.
Request Body
Name
Type
Description
id*
string
Your community's ID
key*
string
Your community's API Key
type*
string
SET_IDENTIFIER
data*
array
Array of request objects
"Identifier Switched!"
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_IDENTIFIER",
"data": [
{
"apiId": "Steam:1234", // (OPTION 1): Generally the Steam HEX
"account": "000-000-000", // (OPTION 2): Sonoran Account UUID
"identId" 2 // New identifier ID
}
]
}
Last updated
Was this helpful?