For Developers

Get Vehicle

GET https://ed.link/api/v2/graph/vehicles/:vehicle\_id

Retrieve information about a specific Vehicle.

Request Parameters

ParameterTypeDescription
vehicle_idstringThe UUID of the desired Vehicle.

Sample Request

axios.get('https://ed.link/api/v2/graph/vehicles/88a2f703-d337-59e6-88b6-3a0d8b019232', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});

Sample Response

{
    "$data": {
        "created_date": "2024-06-21T20:54:06.263Z",
        "updated_date": "2025-02-28T17:29:00.907Z",
        "properties": {},
        "name": "Smart Accord",
        "capacity": 31,
        "code": "5SEOM",
        "comments": "Smart Accord engage holistic users",
        "vehicle_identification_number": "PM3LB8GMDWC936876",
        "license_number": "QQ85SZI",
        "last_operation_date": "2023-01-12T20:00:41.448Z",
        "last_safety_inspection_date": "2023-02-21T13:10:37.929Z",
        "identifiers": [],
        "id": "88a2f703-d337-59e6-88b6-3a0d8b019232",
        "type": "car",
        "state": "operational",
        "flags": [
            "commerical_advertising",
            "gps_system",
            "privately_owned",
            "specially_equipped",
            "two_way_communication"
        ],
        "safety_inspection_state": "current",
        "asset_id": "c5d0af43-e6de-5872-b385-f1458e1228d0"
    },
    "$request": "00000000-0000-0000-0000-000000000000",
}