Modify Identifier
This endpoint allows you to add, edit, or remove unit identifiers.
Modify Identifier
Request Body
Name
Type
Description
// ADD or EDIT
{
// Unit Identifier Object
}
// REMOVE
"Identifier 123 removed!"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": "MODIFY_IDENTIFIER",
"data": [
{
"apiId": "Steam:1234", // (OPTION 1): Generally the Steam HEX
"account": "000-000-000", // (OPTION 2): Sonoran Account UUID
"action": 0, // ADD
"identifier": {
// OPTIONAL: Only for ADD & EDIT actions
// Identifier/unit object
},
"identId": 123 // OPTIONAL: Only for REMOVE action
}
]
}Action Enum
Enum (Int)
Description
Last updated
Was this helpful?

