v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBGeofence
Get a Geofence
get/geofence/{id}
Path parameters
idstring required
ID of the geofence to be fetched. This is the ID that was generated/provided at the time of creating the geofence.
Query parameters
keystring 32 character alphanumeric string required
Example:key=API_KEY
A key is a unique identifier that is required to authenticate a request to the API.
Response
OK
Example response
{
"data": {
"geofence": {
"ic_coordinates": "\"ic_coordinates\":13.258058,77.910836"
}
}
}