v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBGeofence
Batch Query of Geofence
get/geofence/batch
Query parameters
idsstring ID_1,ID_2,ID_3,.... required
Comma(,) separated list of IDs of the geofences to be searched.
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
Example response
{
"data": {
"list": [
{
"ic_coordinates": "\"ic_coordinates\":13.258058,77.910836"
}
]
}
}