Vehicle Signal Decoding Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
https://vehicle-signal-decoding.dimo.zone
GET
/v1/device-config/vin/{vin}/urls
Retrieves all available device configuration URLs by Vehicle Identification Number.
vin
*
String
Vehicle Identification Number (VIN).
protocol
String
CAN Protocol, this can be either 6
or 7
.
Retrieves all available device configuration URLs by Ethereum Address.
eth-addr
*
String
0x
Ethereum address for the connected device.
protocol
String
CAN Protocol, this can be either 6
or 7
.
Retrieve the PID configurations for a given template name.
templateName
*
String
Template name of the PID config.
Retrieve the device setting configurations for a given template name.
templateName
*
String
Template name of the device setting config.
GET
{baseUrl}/v1/device-config/dbc/{templateName}
Retrieve the DBC file for a given template name.
templateName
*
String
Template name of the DBC config.
Retrieves the current status of the device identified by Ethereum Address.
eth-addr
*
String
0x
Ethereum address for the connected device.
Sets the current status of the device identified by Ethereum Address.
eth-addr
*
String
0x
Ethereum address for the connected device.
Authorization
*
String
config
*
Object
Retrieves the jobs of the device identified by Ethereum Address.
eth-addr
*
String
0x
Ethereum address for the connected device.
Retrieves the pending jobs of the device identified by Ethereum Address.
eth-addr
*
String
0x
Ethereum address for the connected device.
eth-addr
*
String
0x
Ethereum address for the connected device.
jobId
*
String
status
*
String
Authorization
*
String
GET
/v1/device-config/eth-addr/{eth-addr}/urls
GET
/v1/device-config/pids/{templateName}
GET
/v1/device-config/settings/{templateName}
GET
/v1/device-config/eth-addr/{eth-addr}/status
PATCH
/v1/device-config/eth-addr/{eth-addr}/status
Bearer authentication using the token
generated from the .
GET
/v1/device-config/eth-addr/{eth-addr}/jobs
Currently not working as this is under construction
GET
/v1/device-config/eth-addr/{eth-addr}/jobs/pending
Currently not working as this is under construction
PATCH
/v1/device-config/eth-addr/{eth-addr}/jobs/{jobId}/{status}
Currently not working as this is under construction
Bearer authentication using the token
generated from the .