v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Metadata

Gets metadata of a geofence

Gets metadata of the geofence identified by the geofenceId.

get/metadata/v2/geofences/{geofenceId}

Response

Successful

The metadata was successfully retrieved.

dataobject required

Metadata JSON object

idstring uuid required

Geofence ID

Example response

{
  "data": {
    "priority": "high"
  }
}