Retrieves the location information of a given vehicle.

SecurityAPIKey
Request
path Parameters
vehicleId
required
integer <int64>

The identifier of the vehicle.

query Parameters
time
string or null <date-time>

Optional. If supplied, the response will contain the position of the vehicle closest to the given time.

Responses
200
401

Can occur due to inputting an invalid key, or invalid pod

403

Access is denied for this API. The given APIKey's context does not have the proper permissions.

404

The requested resource does not exist or is not available within the given APIKey's context.

500
get/vehicles/{vehicleId}/location
Request samples
Response samples
application/json
{
  • "latitude": 0,
  • "longitude": 0,
  • "gpsDateTime": "2019-08-24T14:15:22Z",
  • "direction": 0,
  • "speed": 0
}