Set Identifier
This endpoint allows you to set the selected identifier for a unit.
Set Identifier
Request Body
Name
Type
Description
"Identifier Switched!"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": "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?

