{ "opencollection": "1.0.0", "info": { "name": "Fleetio Developer Contacts Vehicles API", "version": "2025-05-05" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "List vehicles", "type": "http" }, "http": { "method": "GET", "url": "https://secure.fleetio.com/api/v1/vehicles", "params": [ { "name": "per_page", "value": "", "type": "query", "description": "Number of records to return per page." }, { "name": "start_cursor", "value": "", "type": "query", "description": "Cursor for cursor-based pagination of list results." } ] }, "docs": "Returns a paginated array of all vehicles in the account." }, { "info": { "name": "Create a vehicle", "type": "http" }, "http": { "method": "POST", "url": "https://secure.fleetio.com/api/v1/vehicles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a vehicle" }, { "info": { "name": "Get a vehicle", "type": "http" }, "http": { "method": "GET", "url": "https://secure.fleetio.com/api/v1/vehicles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Get a vehicle" }, { "info": { "name": "Update a vehicle", "type": "http" }, "http": { "method": "PATCH", "url": "https://secure.fleetio.com/api/v1/vehicles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a vehicle" }, { "info": { "name": "Delete a vehicle", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.fleetio.com/api/v1/vehicles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a vehicle" } ] } ], "bundled": true }