{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Whatsapp messaging API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Whatsapp messaging", "type": "folder" }, "items": [ { "info": { "name": "Send a Whatsapp message", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/messages/whatsapp", "body": { "type": "json", "data": "{}" } }, "docs": "Send a Whatsapp message" } ] } ], "bundled": true }