{ "opencollection": "1.0.0", "info": { "name": "ACA-Py Admin Basicmessages Ws API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Ws", "type": "folder" }, "items": [ { "info": { "name": "WebSocket webhook stream", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/ws" }, "docs": "Upgrade endpoint for receiving webhook events over WebSocket. Each message contains a topic, payload, and optional wallet_id. WebSocket clients should send the Authorization header (Bearer JWT) and the X-API-Key header." } ] } ], "bundled": true }