{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Calculations 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": "Calculations", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Calculate Emissions", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/sustainability/v3/calculation", "body": { "type": "json", "data": "{}" } }, "docs": "Calculates carbon emissions based on provided parameters such as energy consumption, material quantities, or transportation distances." } ] } ], "bundled": true }