{ "opencollection": "1.0.0", "info": { "name": "Autodesk Construction Cloud Admin Companies API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Get account companies", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/companies", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Retrieve all companies (business units) in the ACC account." } ] } ], "bundled": true }