{ "opencollection": "1.0.0", "info": { "name": "n8n Public Audit Credential API", "version": "1.1.1" }, "request": { "auth": { "type": "apikey", "key": "X-N8N-API-KEY", "value": "{{X-N8N-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Credential", "type": "folder" }, "items": [ { "info": { "name": "Create a credential", "type": "http" }, "http": { "method": "POST", "url": "https://app.n8n.cloud/api/v1/credentials" }, "docs": "Creates a credential that can be used by nodes of the specified type." }, { "info": { "name": "Delete credential by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.n8n.cloud/api/v1/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The credential ID." } ] }, "docs": "Delete credential by ID" }, { "info": { "name": "Test a credential", "type": "http" }, "http": { "method": "POST", "url": "https://app.n8n.cloud/api/v1/credentials/:id/test", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Test a credential" }, { "info": { "name": "Show credential data schema", "type": "http" }, "http": { "method": "GET", "url": "https://app.n8n.cloud/api/v1/credentials/schema/:credentialTypeName", "params": [ { "name": "credentialTypeName", "value": "", "type": "path" } ] }, "docs": "Show credential data schema" }, { "info": { "name": "Transfer a credential to another project", "type": "http" }, "http": { "method": "PUT", "url": "https://app.n8n.cloud/api/v1/credentials/:id/transfer", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Transfer a credential to another project" } ] } ], "bundled": true }