# Closed Dispatch

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

### EVENT\_DISPATCH\_CLOSED POST

{% hint style="warning" %}
This  push event is not sent triggered via the API.\
API triggers should be listened to locally on the game server.
{% endhint %}

```javascript
{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "EVENT_DISPATCH_CLOSED",
    "data": {
        "eventOriginIdent": 123, // Identifier that created/caused this event
        "callIds": [1234, 5678]
    }
}
```
