{ "opencollection": "1.0.0", "info": { "name": "Optibus Operations Driver Absences Stops API", "version": "2.8.17" }, "items": [ { "info": { "name": "Stops", "type": "folder" }, "items": [ { "info": { "name": "List stops", "type": "http" }, "http": { "method": "GET", "url": "https://YOUR-OPTIBUS-ACCOUNT.api.ops.optibus.co/stops", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns the stops for all depots of a user domain." } ] } ], "bundled": true }