Device Definitions Endpoints
Last updated
Last updated
Developer Notes
As of 2024, Device Definitions are now stored in - a decentralized cloud database.
https://device-definitions-api.dimo.zone
GET
/device-definitions
Retrieves a specific device definition by make
, model
, and year
of the vehicle.
Retrieves a specific device definition by Device Definition ID.
Retrieves a list of device definitions by search filters.
Retrieves a list of all device makes.
This is a long list, so I'm not going to display it for you...
Retrieves a specific vehicle type by looking up the device identifier. This device identifier is a user-friendly name to the type of devices, such as vehicle
, aftermarket_device
GET
/device-definitions/{deviceDefinitionId}
GET
/device-definitions/search
GET
/device-makes
GET
/device-types/{deviceTypeId}