911

Send 911 Call

POST https://api.therocketcad.com/api/1.1/wf/911?api_key=DEVELOPER_TESTING

This endpoint allows you to send a 911 call to the active Dispatchers on CAD.

Query Parameters

Request Body

{
    "status": "success",
    "response": {
        "success": true,
        "message": "911 Call Successfully Sent!",
        "requestID": "QJGICZVVQRHXQDC"
    }
}

Last updated