/addGeoZone

👍

Enterprise API

Add Geozones to the particular application.

Geozone timetable

"timetable": { // optional
  "timezone": 1234, // in seconds
  "Mon": [ // available days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Push sending stopped for missing day in list
    {
      "start": "04:11",
      "stop": "12:00"
    }
  ],
  "Sun": [
    { // one or two intervals
      "start": "01:11",
      "stop": "17:00"
    },
    {
      "start": "18:01",
      "stop": "23:59"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!