# Character Selected

{% hint style="warning" %}
This push event requires the **pro** version of Sonoran CAD or higher.\
For more information, see our [pricing ](https://docs.sonoransoftware.com/cad/pricing/faq)page.
{% endhint %}

### EVENT\_CHAR\_SELECTED

```javascript
{
  "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.)
  }
}
```
