{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Video Telematics VT / Live Stream API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Video Telematics VT / Live Stream", "type": "folder" }, "items": [ { "info": { "name": "Get Livesteam", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/livestreams/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "
This API retrieves the live video stream for vehicle telematics. It requires the session ID of the livestream.
\nsessionId (string): The session ID of the livestream.User-Authentication: Your user authentication token.Content-Type: application/jsonThis API endpoint facilitates the modification of a livestream session, allowing users to either update its resolution or extend its duration.
\noperation (string): Indicates operation whether to update resolution or extend the livestream session.
Data Type: String
\nOptions: \"change_resolution\" or \"extend_duration" }, { "info": { "name": "Create Livestream", "type": "http" }, "http": { "method": "POST", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/livestreams", "body": { "type": "json", "data": "{}" } }, "docs": "
This API initiates a live video streaming session for a vehicle. Data will be returned if vehicle support Video or contains active VT device.
\nvehicleId (string): The ID of the vehicle
resolution (string): The desired resolution for the video stream. Options
This API endpoint is used to delete a specific vehicle's telematics livestream by providing its unique session ID.
\nstatus (boolean): Indicates whether the request was successful.
data (object): Additional data related to the deletion process.
success