{ "opencollection": "1.0.0", "info": { "name": "B3OS Workflow Action Connectors API", "version": "1.0" }, "items": [ { "info": { "name": "Connectors", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/connectors", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/connectors", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items (default 20, max 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination (default 0)" } ] }, "docs": "List all connectors for the current user" }, { "info": { "name": "POST /v1/connectors", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/connectors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new connector" }, { "info": { "name": "GET /v1/connectors/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Connector ID" } ] }, "docs": "Get a connector by ID" }, { "info": { "name": "PUT /v1/connectors/{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Connector ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a connector" }, { "info": { "name": "DELETE /v1/connectors/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Connector ID" } ] }, "docs": "Delete a connector" } ] } ], "bundled": true }