v1

latestOpenAPI 3.1.02026-08-06230114.0 KB
Application Geo-Zones

Get Application Geo-Zone By ID

get/v1/application-geozones/{applicationGeozoneId}

Path parameters

applicationGeozoneIdstring required

Headers

Authorizationstring

User access token

User access token

Content-Type'application/json'

Response

Returns an application geozone

idstring required

Unique identifier

imeistring required

IMEI of the device that will trigger the webhook

eventsstring[] required

Events that will trigger a webhook

locationIdstring required

Unique identifier of the location to alert on

scheduleIdstring

Unique identifier of the schedule for when the geozone is active

Example response

{
  "id": "65f8a2b4c9d7e1234567890a",
  "imei": "123456789012345",
  "events": [
    "ENTER",
    "EXIT"
  ],
  "locationId": "65f8a2b4c9d7e1234567890e",
  "scheduleId": "65f8a2b4c9d7e1234567890f"
}