{ "opencollection": "1.0.0", "info": { "name": "Memesio API Contracts agent-infra channels API", "version": "0.1.0" }, "items": [ { "info": { "name": "channels", "type": "folder" }, "items": [ { "info": { "name": "Bind Telegram Chat to an Owned Agent", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/agents/:agentId/channels/telegram/bind", "params": [ { "name": "agentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bind Telegram Chat to an Owned Agent" }, { "info": { "name": "Bind WhatsApp Chat/Phone to an Owned Agent", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/agents/:agentId/channels/whatsapp/bind", "params": [ { "name": "agentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bind WhatsApp Chat/Phone to an Owned Agent" }, { "info": { "name": "Telegram Inbound Webhook Receiver with Dedupe and Agent Routing", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/agents/webhooks/telegram" }, "docs": "Telegram Inbound Webhook Receiver with Dedupe and Agent Routing" }, { "info": { "name": "WhatsApp Verification Handshake Endpoint", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/agents/webhooks/whatsapp" }, "docs": "WhatsApp Verification Handshake Endpoint" }, { "info": { "name": "WhatsApp Inbound Webhook Receiver with Dedupe and Agent Routing", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/agents/webhooks/whatsapp" }, "docs": "WhatsApp Inbound Webhook Receiver with Dedupe and Agent Routing" } ] } ], "bundled": true }