{ "opencollection": "1.0.0", "info": { "name": "Skydio Cloud Flights Vehicles API", "version": "0" }, "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://api.skydio.com/api/v0/vehicles" }, "docs": "List vehicles in the organization." } ] } ], "bundled": true }