Vehicle Diagnostics

The Diagnostic API allows you to retrieve diagnostic information and DTCs (Diagnostic Trouble Code) reported by the OBD system of your vehicle. A DTC is an alphanumeric code used to identify vehicle problems. For example, the DTC C1446 indicates a brake switch circuit failure.

The API response contains information such as the diagnostic code, definition of the code, vehicle name, location, and timestamp.

Diagnostic information of multiple vehicles can be obtained in a single API call.

Body Params
string

Unique identifier of the vehicle. Accepts multiple vehicle IDs separated by commas. One of the following is mandatory- vehicleIds, vehicleNames,groupIds, groupNames

string

Name of the vehicle. Accepts multiple names separated by commas

string

Unique identifier of the group. Accepts multiple group IDs separated by commas

string

Name of the vehicle’s group. Accepts multiple group names separated by commas

string
required

Include vehicle diagnostics for an interval starting from this timestamp. Timestamp should be in milliseconds or yyyy-mm-dd hh:mm:ss format

string
required

Include vehicle diagnostics for an interval up to this timestamp. Timestamp should be in milliseconds or yyyy-mm-dd hh:mm:ss format

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json