Returns vehicle specified by its id or its device serial number.

SecurityAPIKey
Request
path Parameters
required
integer or (string or null)

The primary identifier of the vehicle or the device serial number associated to the vehicle.

Responses
200
400

The parameters given in the request are invalid.

401

Access is denied. This can occur from an invalid key or invalid pod.

403

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

404

The specified vehicle cannot be found.

get/vehicles/{vehicleIdentifier}
Request samples
Response samples
application/json
{
  • "id": 0,
  • "groupId": "string",
  • "name": "string",
  • "status": 0,
  • "lastCommunication": "2019-08-24T14:15:22Z",
  • "devices": [
    ]
}