{ "opencollection": "1.0.0", "info": { "name": "Postmark Account Activate Dump API", "version": "0.9.0" }, "items": [ { "info": { "name": "Dump", "type": "folder" }, "items": [ { "info": { "name": "Postmark Get bounce dump", "type": "http" }, "http": { "method": "GET", "url": "//api.postmarkapp.com/bounces/:bounceid/dump", "params": [ { "name": "bounceid", "value": "", "type": "path", "description": "The ID of the bounce to retrieve." } ] }, "docs": "Postmark Get bounce dump" }, { "info": { "name": "Postmark Outbound message dump", "type": "http" }, "http": { "method": "GET", "url": "//api.postmarkapp.com/messages/outbound/:messageid/dump", "params": [ { "name": "messageid", "value": "", "type": "path", "description": "The ID of the message which should bypass inbound rules." } ] }, "docs": "Postmark Outbound message dump" } ] } ], "bundled": true }