{ "opencollection": "1.0.0", "info": { "name": "Tremendous Campaigns Organizations API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/organizations" }, "docs": "Returns a list of organizations accessible to the authenticated member." }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "https://testflight.tremendous.com/api/v2/organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new organization (sub-account) within the platform." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Retrieve details of a specific organization." } ] } ], "bundled": true }