{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Vehicles API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "List Vehicles", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles" }, "docs": "
The List Vehicles API enables users to retrieve a paginated list of vehicles along with their details like vehicle number, device details, subscription details and more.
\nvehicleNumber (string, optional): The vehicle number for filtering
deviceSerialNumber(string, optional): The Device serial Number (IMEI) number
page (inte"
},
{
"info": {
"name": "Get Vehicle Score card",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/:vehicleId/score_card",
"params": [
{
"name": "vehicleId",
"value": "",
"type": "path"
}
]
},
"docs": "
The Vehicle Score card API provides detailed insights into the behavior and performance of a vehicle within a specified time range. Fleet managers can utilize this information to assess driver efficiency, safety, and overall performance.
\nstartTime (required): The start time of the time range in UNIX timestamp format.endTime (required): The end time of the time range"
},
{
"info": {
"name": "Get Vehicle Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/:vehicleId",
"params": [
{
"name": "vehicleId",
"value": "",
"type": "path"
}
]
},
"docs": "Get Vehicle Details"
},
{
"info": {
"name": "Get Live Share Link",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/:vehicleId/live_share_link",
"params": [
{
"name": "vehicleId",
"value": "",
"type": "path"
}
]
},
"docs": "The Live Share Link API allows users to retrieve a shareable link for real-time tracking of a specific vehicle. This link can be shared with others to provide live updates on the vehicle's location and status.
\nUser-Authentication: The authentication token for accessing the API. Replace {{auth-token}} with the actual authentication token.