{ "opencollection": "1.0.0", "info": { "name": "Nango Actions Connections API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.nango.dev/connections" }, "docs": "List connections" }, { "info": { "name": "Import a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.nango.dev/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Import a connection" }, { "info": { "name": "Get connection and credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.nango.dev/connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get connection and credentials" }, { "info": { "name": "Patch a connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.nango.dev/connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch a connection" }, { "info": { "name": "Delete a connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.nango.dev/connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a connection" }, { "info": { "name": "Set connection metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api.nango.dev/connections/:id/metadata", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set connection metadata" }, { "info": { "name": "Edit connection metadata", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.nango.dev/connections/:id/metadata", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit connection metadata" } ] } ], "bundled": true }