Device Definitions API
Device Definitions API
List All Device Definitions
GET
{baseUrl}/device-definitions/all
Retrieves a list of all device definitions.
⚠️ This endpoint returns all the device definitions of all vehicles, the data volume is very large so please handle with care.
List All Available Integrations for a Device Definition by Device Definition ID
GET
{baseUrl}/device-definitions/{deviceDefinitionId}/integrations
Lists all available integrations for a specific device definition by Device Definition ID.
Decode An Array of VINs Returning JSON
POST
{baseUrl}/bulk-decode
Decodes a list of Vehicle Identification Numbers, returning in JSON format.
Request Body
Name | Type | Description |
---|---|---|
vins* | [String] | An array of Vehicle Identification Numbers (VIN). |
Decode An Array of VINs Returning CSV
POST
{baseUrl}/bulk-decode/csv
Decodes a list of Vehicle Identification Numbers, returning in CSV format.
Request Body
Name | Type | Description |
---|---|---|
vins* | [String] | An array of Vehicle Identification Numbers (VIN). |
Last updated