v1

latestOpenAPI 3.1.02026-08-06230114.0 KB
Application 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

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"
  }
]