{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Connections API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/connections", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Retrieve all configured connector connections for the organization." }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new connector connection with the specified configuration." }, { "info": { "name": "Get a connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection unique identifier" } ] }, "docs": "Retrieve details of a specific connection by ID." }, { "info": { "name": "Delete a connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tibco.com/businessevents/v1/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection unique identifier" } ] }, "docs": "Delete a connector connection by ID." } ] } ], "bundled": true }