v1
latestOpenAPI 3.1.02026-08-06230114.0 KBApplication Geo-Zones
Get Application Geo-Zones
get/v1/application-geozones/
Query parameters
imeistring
IMEI of the device that will trigger the webhook
Example:123456789101112
IMEI of the device that will trigger the webhook
locationIdstring
Unique identifier of the location associated with the application geozone
Unique identifier of the location associated with the application geozone
scheduleIdstring
Unique identifier of the schedule associated with the application geozone
Unique identifier of the schedule associated with the application geozone
Headers
Authorizationstring
User access token
User access token
Content-Type'application/json'
Response
Returns application geozones
Example response
[
{
"id": "65f8a2b4c9d7e1234567890a",
"imei": "123456789012345",
"events": [
"ENTER",
"EXIT"
],
"locationId": "65f8a2b4c9d7e1234567890e",
"scheduleId": "65f8a2b4c9d7e1234567890f"
}
]