Device Definitions API
Last updated
Was this helpful?
Last updated
Was this helpful?
Developer Notes
As of 2024, the source of truth for Device Definitions are now stored in - a decentralized cloud database. Device Definitions details can now be returned from Identity API. This API now consist of some helper functions for development needs.
https://device-definitions-api.dimo.zone
POST
/device-definitions/decode-vin
Submits a decoding request for , returns the device definition ID corresponding to the VIN.
Use application/json
for raw body parameters.
countryCode
*
String
Example:
vin
*
String
Vehicle identifier number.
Example:
Authorization
*
String
Retrieves a list of device definitions by search filters.
query
*
String
Query filter (e.g. Lexus gx 2023
)
makeSlug
String
Make of the vehicle (e.g. audi
, lexus
, etc)
modelSlug
String
Model of the vehicle (e.g. Tacoma
, Accord
, etc)
year
Number
Year of the vehicle (e.g. 2024
)
page
Number
Page number (for pagination, defaults to the 1st page)
pageSize
Number
Page size (to specify the items to show in one page)
3-letter country code.
Developer JWT from the .
GET
/device-definitions/search