{ "opencollection": "1.0.0", "info": { "name": "listmonk Bounces Transactional API", "version": "4.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transactional", "type": "folder" }, "items": [ { "info": { "name": "Send a transactional message to one or more subscribers.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9000/api/tx", "body": { "type": "json", "data": "{}" } }, "docs": "Send a transactional message to one or more subscribers." } ] } ], "bundled": true }