Add Blip
This endpoint allows you to add a new custom blip to your community's live map!
This API endpoint requires the pro version of Sonoran CAD or higher. For more information, see our pricing page.
Add Blip
POST https://api.sonorancad.com/emergency/add_blip
This endpoint allows you to add a custom blip to your live map.
Request Body
Name
Type
Description
id*
string
Your community's ID
key*
string
Your community's API Key
type*
string
ADD_BLIP
data*
array
Array of request objects
// Blip object with ID set
[
{
"id": 1234,
"coordinates": {
"x": 0,
"y": 0
},
"icon": "https://example.com/icon.png"
}
]INVALID REQUEST TYPE
INVALID COMMUNITY ID
API ENDPOINT IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEYLast updated
Was this helpful?

