{ "opencollection": "1.0.0", "info": { "name": "Uber for Business Codes Organizations API", "version": "1.2.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.uber.com/v1.2/organizations" }, "docs": "Returns a list of organizations associated with the authenticated account." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.uber.com/v1.2/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Unique identifier for the organization." } ] }, "docs": "Returns details for a specific organization." } ] } ], "bundled": true }