{ "opencollection": "1.0.0", "info": { "name": "listmonk Bounces API", "version": "4.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bounces", "type": "folder" }, "items": [ { "info": { "name": "Retrieve bounce records.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9000/api/bounces", "params": [ { "name": "campaign_id", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Retrieve bounce records." }, { "info": { "name": "Delete bounce records by ID or all.", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9000/api/bounces", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "all", "value": "", "type": "query" } ] }, "docs": "Delete bounce records by ID or all." }, { "info": { "name": "Delete a single bounce record.", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9000/api/bounces/:bounce_id", "params": [ { "name": "bounce_id", "value": "", "type": "path" } ] }, "docs": "Delete a single bounce record." } ] } ], "bundled": true }