Check API ID

This endpoint allows you to check if a user has properly setup their API ID in their CAD.

Check API ID

POST https://api.sonorancad.com/general/check_apiid

The unit location API endpoint allows you to check if a user has linked their CAD's API ID.

Request Body

Name
Type
Description

id

string

Your community's ID

key

string

Your community's API Key

type

string

CHECK_APIID

data

array

Array of unit status objects

{{ USERNAME }}
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "CHECK_APIID",
    "data": [
        {
            "apiId": "STEAM:1234", // API ID entered in the unit identifiers
                                   // Typically, this is their STEAM ID
        },
    ]
}

Last updated

Was this helpful?