Attach Unit
This endpoint allows you to attach new units to an existing dispatch call.
Attach Unit
Request Body
Name
Type
Description
UNITS ATTACHEDINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "ATTACH_UNIT",
"data": [
{
"serverId": 1, // Default 1 - See guide on setting up multiple servers
"callId": 100, // Can be retrieved from the GET_CALLS API endpoint
"units": ["STEAM:1234"], // OPTION 1: Array of API IDs
// Typically, this is their STEAM Hex
"account": "000-000-0000", // OPTION 2: Attach unit via account UUID
"identIds": [1, 2, 3] // Option 3: Attach units via Identifier ID
},
]
}Last updated
Was this helpful?

