v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Fetch a Geofence information using its ID

get/v1/geofences/{id}

Path parameters

idinteger required

Specify the ID of the Geofence for which you want to view the info.

Response

200

Example response

{
  "geofence": {
    "id": 1004,
    "name": "alpha",
    "category": "Fuel Station",
    "status": "active",
    "description": "notes for geofence",
    "address": "1303 N Collins St, Arlington, TX 76011, USA",
    "location_points": [
      {
        "lat": 33.667893,
        "lon": 73.062074
      }
    ]
  }
}