Skip to main content

BulkGeofenceRequest

geofences object[]required
  • Array [
  • nameName (string)required

    Possible values: non-empty and <= 100 characters

    description object
    anyOf
    string

    Possible values: <= 500 characters

    geometry objectrequired

    GeoJSON geometry (Polygon, MultiPolygon, or Circle)

    property name*any

    GeoJSON geometry (Polygon, MultiPolygon, or Circle)

    webhook_url object
    anyOf
    string

    Possible values: <= 2048 characters

    webhook_events object
    anyOf
  • Array [
  • string
  • ]
  • metadata object
    anyOf
    object
    group_name object
    anyOf
    string

    Possible values: <= 255 characters

  • ]
  • BulkGeofenceRequest
    {
    "geofences": [
    {
    "name": "string",
    "description": "string",
    "geometry": {},
    "webhook_url": "string",
    "webhook_events": [
    "string"
    ],
    "metadata": {},
    "group_name": "string"
    }
    ]
    }