v1

latestOpenAPI 3.1.02026-08-06230114.0 KB
User Geo-Zones

Get User Geo-Zones

get/v1/user-geozones/

Query parameters

imeistring

IMEI of the device that will trigger the webhook

Example:123456789101112

IMEI of the device that will trigger the webhook

Headers

Authorizationstring

User access token

User access token

Content-Type'application/json'

Response

Returns user geozones

idstring required

Unique identifier

imeistring required

IMEI of the device that will trigger the webhook

Example response

[
  {
    "id": "65f8a2b4c9d7e1234567890a",
    "imei": "123456789101112",
    "schedule": [
      {
        "daysOfWeek": [
          1,
          2,
          3,
          4,
          5
        ],
        "times": [
          {
            "startTime": 28800,
            "endTime": 61200
          }
        ]
      }
    ]
  }
]