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