{ "opencollection": "1.0.0", "info": { "name": "dbt Cloud Administrative Accounts Environments API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.getdbt.com/api/v3/accounts/:accountId/environments/", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List environments" } ] } ], "bundled": true }