{ "opencollection": "1.0.0", "info": { "name": "n8n Public Audit Variables API", "version": "1.1.1" }, "request": { "auth": { "type": "apikey", "key": "X-N8N-API-KEY", "value": "{{X-N8N-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Variables", "type": "folder" }, "items": [ { "info": { "name": "Retrieve variables", "type": "http" }, "http": { "method": "GET", "url": "https://app.n8n.cloud/api/v1/variables", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Retrieve variables" }, { "info": { "name": "Create a variable", "type": "http" }, "http": { "method": "POST", "url": "https://app.n8n.cloud/api/v1/variables" }, "docs": "Create a variable" }, { "info": { "name": "Update a variable", "type": "http" }, "http": { "method": "PUT", "url": "https://app.n8n.cloud/api/v1/variables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a variable" }, { "info": { "name": "Delete a variable", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.n8n.cloud/api/v1/variables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a variable" } ] } ], "bundled": true }