Get Map Blips
This endpoint allows you to retrieve all custom blips for a community's live map!
Get Blips
Request Body
Name
Type
Description
// Array of blip objects
[
{
"id": 1,
"subType": "Example", // Differentiate custom blips types
"coordinates": {
"x": 0,
"y": 0
},
"color": "#000FFF",
"icon": "https://example.com/icon.png",
"data": [
{
"title": "Example 1",
"text": "123",
},
{
"title": "Example 2",
"text": "456",
}
]
}
]Last updated
Was this helpful?

