{ "opencollection": "1.0.0", "info": { "name": "Mailjet Email Campaigns Event API", "version": "3.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "Get the event history of a message", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailjet.com/v3.1/messagehistory/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the event history of a message" } ] } ], "bundled": true }