v1

latestOpenAPI 3.1.02026-08-06230114.0 KB
User Geo-Zones

Get User Geo-Zone By ID

get/v1/user-geozones/{userGeozoneId}

Path parameters

userGeozoneIdstring required

Headers

Authorizationstring

User access token

User access token

Content-Type'application/json'

Response

Returns a user geozone

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