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.
Example response
{
"data": {
"priority": "high"
}
}