Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the vehicle.
The unique identifier for the signal.
Response
Individual signal details
The unique human readable identifier for the signal.
Available options:
signal
Example:
{
"code": "chargeVoltage",
"name": "Voltage",
"group": "Charge",
"status": { "value": "SUCCESS" },
"body": { "unit": "volts", "value": 85 }
}
Example:
{
"retrievedAt": 1696156800,
"oemUpdatedAt": 1696156799
}