Sign Updated

The EVENT_STREETSIGN_UPDATED push event notifies your server when a street sign has been updated from the CAD.

This push event requires the pro version of Sonoran CAD or higher. For more information, see our pricing page.

EVENT_STREETSIGN_UPDATED

{
  "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
  "type": "EVENT_STREETSIGN_UPDATED",
  "data": {
    "signData": {
      "ids": [1, 2],
      "text1": "",
      "text2": "",
      "text3": ""
    }
  }
}

Last updated