{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Environments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/environments" }, "docs": "Retrieve all deployment environments configured for the organization." }, { "info": { "name": "Get an environment", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment unique identifier" } ] }, "docs": "Retrieve details of a specific deployment environment." } ] } ], "bundled": true }