New Character
This endpoint allows you to add a new character to an existing user account.
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
New characters can NOT be added to communities using Database Sync, as all characters are pulled from your server's in-game database.
New Character
POST
https://api.sonorancad.com/civilian/new_character
This endpoint allows you to add a new character to an existing user account.
Request Body
Name | Type | Description |
---|---|---|
id | string | Your community's ID |
key | string | Your community's API Key |
type | string | NEW_CHARACTER |
data | array | Array of character objects |
Formatting Data for Custom Records
Custom records can be easily modified with a set of key/value pairs, or full raw JSON.
Learn more about these formatting options below:
API Options for Adding and Modifying RecordsLast updated