This push event sends data when a 911 call is removed.
{ "key": "YOUR_API_KEY", // Authenticate legitimate event traffic "type": "EVENT_REMOVE_911", "data": [ { "callIds": [1234, 5678] } ]
Last updated 2 years ago