{ "opencollection": "1.0.0", "info": { "name": "Tenfold Analytics Organizations API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve organization data", "type": "http" }, "http": { "method": "GET", "url": "https://api.tenfold.com/v2/organizations/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Retrieve organization data" }, { "info": { "name": "Check CRM / phone-system integration status", "type": "http" }, "http": { "method": "GET", "url": "https://api.tenfold.com/v2/organizations/health-check" }, "docs": "Check CRM / phone-system integration status" } ] } ], "bundled": true }