Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 316 Bytes

File metadata and controls

18 lines (15 loc) · 316 Bytes
description
This push event sends data when a 911 call is removed.

Remove 911

EVENT_REMOVE_911 POST

{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "EVENT_REMOVE_911",
    "data": [
        {
            "callIds": [1234, 5678]
        }
    ]