{ "opencollection": "1.0.0", "info": { "name": "ACA-Py Admin Basicmessages Connections API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List pairwise connection records", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/connections" }, "docs": "Returns connection records tracked by the agent." } ] } ], "bundled": true }