Set Character
This endpoint allows you to set a user's currently selected character in the CAD.
Get Characters
Request Body
Name
Type
Description
// Array of custom record character objects
[]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": "SET_CHARACTER",
"data": [
{
"apiId": "STEAM:1234", // (OPTION 1) API ID, Typically, this is their STEAM Hex
"account": "000-000-000", // (OPTION 2) Sonoran Account UUID
"charId": 123, // ID of character, matches the GET_CHARACTERS result - either the `id` or `syncId` depending on whether or not DB sync is enabled
},
]
}Set via Account
Last updated
Was this helpful?

