{ "opencollection": "1.0.0", "info": { "name": "Propeller Public Organizations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations" }, "docs": "Lists the organizations the authenticated user can access." }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.propelleraero.com/v1/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Get an organization" } ] } ], "bundled": true }