{ "opencollection": "1.0.0", "info": { "name": "Emitwise Facilities Projects API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.emitwise.com/v1/projects" }, "docs": "List all sustainability projects associated with the customer's organization." } ] } ], "bundled": true }