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

NameTypeDescription

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", // Generally the Steam HEX
            "identId" 2 // New identifier ID
        }
    ]
}

Last updated