Get Identifiers
Sonoran CAD allows you to retrieve all account unit identifiers via API endpoint.
Get Account Identifiers
Request Body
Name
Type
Description
{
"selectedIdent": 1,
"identifiers": [
// Array of unit objects
]
}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "GET_IDENTIFIERS",
"data": [
{
"apiId": "Steam:1234", // (OPTION 1): Generally the Steam HEX
"account": "000-000-000" // (OPTION 2): Sonoran Account UUID
}
]
}Last updated
Was this helpful?

