DB Sync: Link Character
This endpoint allows you to set a user's currently linked DB sync characters in the CAD.
Set Character Links
Request Body
Name
Type
Description
Linked char sync ID '{linkId}' to user '{username}' - {User UUID}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": "LINK_CHARACTER",
"data": [
{
"apiId": "STEAM:1234", // API ID, Typically, this is their STEAM Hex
"syncId": "", // DB Sync ID of character, matches the GET_CHARACTERS result`syncId`
"action": 0 // 0: ADD, 2: REMOVE
]
}Sync ID
Last updated
Was this helpful?

