{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Mobilization API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Mobilization", "type": "folder" }, "items": [ { "info": { "name": "Create Vehicle Mobilization Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/:vehicleId/immobilizer_requests", "params": [ { "name": "vehicleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
The Immobilizer Requests API allows users to send requests to immobilize or mobilize a specific vehicle. This can be useful for security and safety purposes, enabling the control of a vehicle's movement remotely.
\nThis is a async operation and will take some time. Call Get Mobilization requests API to know the status
\nvehicleId (string, required): The unique identifier of the vehicle f"
},
{
"info": {
"name": "Get Mobilization Requests",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/vehicles/immobilization_requests/:immobilizationRequestId",
"params": [
{
"name": "immobilizationRequestId",
"value": "",
"type": "path"
}
]
},
"docs": "The Immobilization Request Details API allows users to retrieve details about a specific immobilization request made for a vehicle. This includes information such as the status of the request, the reason for immobilization, and the user who initiated the request.
\nUser-Authentication: The authentication token for accessing the API. Replace {{auth-token}} with the actual authenti"
}
]
}
],
"bundled": true
}