{ "opencollection": "1.0.0", "info": { "name": "Pirsch Access Links Email Reports API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email Reports", "type": "folder" }, "items": [ { "info": { "name": "List email reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.pirsch.io/api/v1/report", "params": [ { "name": "id", "value": "", "type": "query", "description": "Domain ID" } ] }, "docs": "List email reports" }, { "info": { "name": "Create email report", "type": "http" }, "http": { "method": "POST", "url": "https://api.pirsch.io/api/v1/report", "body": { "type": "json", "data": "{}" } }, "docs": "Create email report" }, { "info": { "name": "Update email report", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pirsch.io/api/v1/report", "body": { "type": "json", "data": "{}" } }, "docs": "Update email report" }, { "info": { "name": "Delete email report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pirsch.io/api/v1/report", "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Delete email report" } ] } ], "bundled": true }