Check API ID
This endpoint allows you to check if a user has properly setup their API ID in their CAD.
Check API ID
Request Body
Name
Type
Description
{{ USERNAME }}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEYAPI ID NOT LINKED TO AN ACCOUNT IN THIS COMMUNITY{
"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?

