This push event is sent when a user selects a new character in the civilian page.
Last updated 2 months ago
Was this helpful?
This push event requires the pro version of Sonoran CAD or higher. For more information, see our page.
{ "key": "YOUR_API_KEY", // Authenticate legitimate event traffic "type": "EVENT_CHAR_SELECTED", "data": { "accId": 000-000-000, // SSO GUID of user account "id": 1, // numerical record ID OR DB sync key string (steam hex, license, etc.) } }