v15

latestOpenAPI 3.1.02026-07-1295183803.5 KB
Geofence

Batch Creation of Geofence

post/geofence/batch

Query parameters

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Request body

Example request

{
  "geofences": [
    {
      "type": "\"type\":\"circle\"",
      "name": "\"name\":\"Los Angeles Downtown\"",
      "tags": [
        "\"tags\":[\"tags_1\", \"O69Am2Y4KL8q5Y5JuD-Fy-tdtEpkTRQo_ZYIK7\"]"
      ],
      "isochrone": {
        "coordinates": "\"coordinates\": \"13.25805884,77.91083661\"",
        "mode": "\"mode\":\"car\""
      }
    }
  ]
}

Response

statusstring

A string indicating the state of the response. On successful responses, the value will be Ok. Indicative error messages are returned for different errors. See the API Error Codes section below for more information.