Skip to main content
POST
/
webhookhandler
/
call
Call Events
curl --request POST \
  --url https://realtime.govworx.net/webhookhandler/call \
  --header 'Content-Type: application/json' \
  --data '
{
  "call_id": "<string>",
  "agencies": [
    {
      "id": 123,
      "name": "<string>",
      "code": "<string>",
      "type": "<string>",
      "geoAreaIds": [
        123
      ],
      "geoAreas": [
        {
          "id": 123,
          "properties": {
            "geoArea": "<string>",
            "name": "<string>",
            "color": "<string>"
          },
          "geometry": {}
        }
      ]
    }
  ]
}
'

Body

application/json

Call Status webhook payload

call_id
string

GUID Representing Call ID

agencies
object[]

Agencies related to the call

status
enum<string>

Call Status

Available options:
STARTED,
LOCATION_UPDATED,
ENDED

Response

Indicates the callback was recieved successfully