Get Characters
This endpoint allows you to retrieve all characters associated with a user account 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": "GET_CHARACTERS",
"data": [
{
"apiId": "STEAM:1234" // (OPTION 1) API ID, Typically, this is their STEAM Hex
"account": "000-000-000" // (OPTION 2) Sonoran Account UUID
},
]
}Result Ordering
Record Formatting
Lookup via Account
Last updated
Was this helpful?

