v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Locations

Gets a location details

Gets details of the location locationId.

get/locations/v4/{locationId}

Response

Success.

The location information was returned

descriptionstring

Description of the location.

externalLocationIdstring

External location id in external cloud

geofenceIdstring uuid

Optional geofenceId associated with the location. Has to match an existing geofenceId.

locationIdstring required

Location ID

namestring

Name of the location.

Example response

{
  "description": "Rostock Port Hafenbecken C",
  "geofenceId": "57713e50-194e-4803-8ca6-1e794e916094",
  "location": {
    "lat": 54.155147,
    "lng": 12.12204
  },
  "locationId": "LOC-61a3fba0-cb44-405f-816c-c2aec73a1add",
  "name": "Rostock Port"
}