{ "opencollection": "1.0.0", "info": { "name": "Altruistiq Datasource Organization API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get Organization And Business Units", "type": "http" }, "http": { "method": "GET", "url": "https://app.altruistiq.com/api/public/v1/organization/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve all organizations including the root organization and its business units (id and name)." } ] } ], "bundled": true }