{ "opencollection": "1.0.0", "info": { "name": "AppyWay Availability RealTime ActivityTypes VehicleTypes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-KEY", "value": "{{API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "VehicleTypes", "type": "folder" }, "items": [ { "info": { "name": "AppyWay Fetch All Vehicle Types", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/fetchAllVehicleTypes" }, "docs": "Returns a list with all the vehicle types." } ] } ], "bundled": true }