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

SecuritybearerAuth
Request
path Parameters
vehicleIdentifier
required
string

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

Example: SF88098990 or 112232224
Responses
200

Vehicle Retrieved

400

The parameters given in the request are invalid.

401

Unauthorized due to providing an invalid access key, or invalid pod.

403

You have no permissions to make this operation.

404

Vehicle does not exist.

500

Requested operation cannot be performed.

503

Requested operation cannot be performed. Try again later.

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