{ "opencollection": "1.0.0", "info": { "name": "Climatiq Autopilot Procurement API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Procurement", "type": "folder" }, "items": [ { "info": { "name": "Estimate spend-based procurement emissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.climatiq.io/procurement/v1/spend", "body": { "type": "json", "data": "{}" } }, "docs": "Calculates Scope 3.1 emissions from purchased goods and services using expenditure data and EEIO factors." } ] } ], "bundled": true }