This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "info": { | |
| "_postman_id": "a4f8b2c1-7d3e-4f9a-b6c5-1e8d9f0a2b3c", | |
| "name": "LogEld - External Integration V2 (Highway)", | |
| "description": "Postman collection for the **External integration V2 (Highway)** section of the LogEld API.\n\nBase URL: `https://api-core.logeld.com`\n\n## Authentication\n\nAll endpoints require an `x-api-key` header. Set the `apiKey` collection variable with your API key.\n\n## Endpoints\n\n1. **GET** `/api/v2/external/integration/vehicles/location` - Get vehicle location data for all vehicles of a carrier\n2. **GET** `/api/v2/external/integration/vehicle/{id}/location` - Get vehicle location data for a single vehicle\n3. **GET** `/api/v2/external/integration/tracking-by-vin/{vin}` - Track vehicle by VIN\n4. **GET** `/api/v2/external/integration/company` - Get carrier company info", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
| }, | |
| "item": [ | |
| { | |
| "name": "Get all vehicles location", |