{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Connections API", "version": "1.0.0" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Get all connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/connections", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "search", "value": "", "type": "query", "description": "Search for user." }, { "name": "status", "value": "", "type": "query", "description": "Filter results by status." }, { "name": "type", "value": "", "type": "query", "description": "Filter results by connection handler." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all connections" }, { "info": { "name": "Create a new connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/connections", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new connection" }, { "info": { "name": "Get a connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/connections/:connection_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connection_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a connection" }, { "info": { "name": "Update a connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/connections/:connection_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connection_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a connection" }, { "info": { "name": "Delete a connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/connections/:connection_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connection_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a connection" } ] } ], "bundled": true }