Set Available Callouts

This endpoint sets your community's available ERS callouts.

Set Available Callouts

POST https://api.sonorancad.com/emergency/SET_AVAILABLE_CALLOUTS

Request Body

Name
Type
Description

id

string

Your community's ID

key

string

Your community's API Key

type

string

SET_STREETSIGN_CONFIG

data

array

Array of request objects

API ID(s) set!
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "SET_AVAILABLE_CALLOUTS",
    "data": [
        {
          "id": "some_callout_name",
          "data": {}
        }
    ]
}

Last updated

Was this helpful?