{ "opencollection": "1.0.0", "info": { "name": "n8n Public Audit Projects API", "version": "1.1.1" }, "request": { "auth": { "type": "apikey", "key": "X-N8N-API-KEY", "value": "{{X-N8N-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Retrieve projects", "type": "http" }, "http": { "method": "GET", "url": "https://app.n8n.cloud/api/v1/projects" }, "docs": "Retrieve projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://app.n8n.cloud/api/v1/projects" }, "docs": "Create a project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://app.n8n.cloud/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Update a project" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.n8n.cloud/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Delete a project" }, { "info": { "name": "Get project users", "type": "http" }, "http": { "method": "GET", "url": "https://app.n8n.cloud/api/v1/projects/:projectId/users", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get project users" }, { "info": { "name": "Add users to a project", "type": "http" }, "http": { "method": "POST", "url": "https://app.n8n.cloud/api/v1/projects/:projectId/users", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Add users to a project" }, { "info": { "name": "Change a user's role within a project", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.n8n.cloud/api/v1/projects/:projectId/users/:userId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Change a user's role within a project" }, { "info": { "name": "Remove a user from a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.n8n.cloud/api/v1/projects/:projectId/users/:userId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Remove a user from a project" } ] } ], "bundled": true }