{ "opencollection": "1.0.0", "info": { "name": "Activepieces Connections Folders API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "Activepieces List Folders", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.activepieces.com/api/v1/folders", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "Project ID" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" } ] }, "docs": "List folders for organizing flows" }, { "info": { "name": "Activepieces Create Folder", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.activepieces.com/api/v1/folders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new folder for organizing flows" }, { "info": { "name": "Activepieces Get Folder", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.activepieces.com/api/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Folder ID" } ] }, "docs": "Retrieve a folder by ID" }, { "info": { "name": "Activepieces Update Folder", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.activepieces.com/api/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Folder ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a folder's name" }, { "info": { "name": "Activepieces Delete Folder", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.activepieces.com/api/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Folder ID" } ] }, "docs": "Delete a folder" } ] } ], "bundled": true }