For Developers
Get Vehicle
GET https://ed.link/api/v2/graph/vehicles/:vehicle\_id
Retrieve information about a specific Vehicle.
Request Parameters
Parameter | Type | Description |
---|---|---|
vehicle_id | string | The UUID of the desired Vehicle. |
Sample Request
axios.get('https://ed.link/api/v2/graph/vehicles/00000000-0000-0000-0000-000000000000', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});