{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Drivers API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Drivers", "type": "folder" }, "items": [ { "info": { "name": "Get Driver", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/drivers/:driverId", "params": [ { "name": "driverId", "value": "", "type": "path" } ] }, "docs": "

Overview

\n

The Driver Details API allows users to retrieve detailed information about a specific driver in the LocoNav system. This information includes the driver's personal details, contact information, license details, guarantor information, and uploaded documents.

\n

Path Parameters

\n\n

Re" }, { "info": { "name": "Update Drivers", "type": "http" }, "http": { "method": "PUT", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/drivers/:driverId", "params": [ { "name": "driverId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Overview

\n

The Update Driver API allows users to update the information of an
existing driver profile identified by the driver's unique identifier.

\n

Request Body

\n\nOverview\n

The Delete Driver API enables users to remove a driver profile from the system using the driver's unique identifier.

\n

Request Param

\n

{driverId}: The unique identifier of the driver to be deleted.

\n

Response Structure

\n