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

NameTypeDescription

api_key

string

The API Key query parameter is required for all requests. API Keys can be generated from the Owner Panel > API Access tab.

Request Body

NameTypeDescription

CommunityID

string

The ID of your Community (Found on https://therocketcad.com/integrate)

ServerID

string

The ID of your Server (Owner Panel > API Access)

Name

string

The name of the caller

Street

string

The street location of the caller

Cross

string

The cross street of the caller

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

Last updated