v1
latestOpenAPI 3.1.02026-07-2617501.1 MBCreate a new Geofence (Polygon)
post/v1/geofences
Request body
Response
201
Example response
{
"geofence": {
"id": 1004,
"name": "alpha",
"category": "Fuel Station",
"status": "active",
"address": "1303 N Collins St, Arlington, TX 76011, USA",
"description": "notes of geofence",
"location_points": [
{
"lat": 33.667893,
"lon": 73.062074
}
]
}
}