{ "opencollection": "1.0.0", "info": { "name": "BankruptcyWatch PACER Cases Monitoring API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "List Monitors", "type": "http" }, "http": { "method": "GET", "url": "https://api.bankruptcywatch.com/v1/monitors" }, "docs": "Retrieve all active bankruptcy monitors for the account." }, { "info": { "name": "Create Monitor", "type": "http" }, "http": { "method": "POST", "url": "https://api.bankruptcywatch.com/v1/monitors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a monitoring alert to track bankruptcy filings for a specific debtor, entity, or set of criteria." }, { "info": { "name": "Get Monitor", "type": "http" }, "http": { "method": "GET", "url": "https://api.bankruptcywatch.com/v1/monitors/:monitorId", "params": [ { "name": "monitorId", "value": "", "type": "path", "description": "Monitor identifier" } ] }, "docs": "Retrieve details and status of a specific monitor." }, { "info": { "name": "Delete Monitor", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bankruptcywatch.com/v1/monitors/:monitorId", "params": [ { "name": "monitorId", "value": "", "type": "path", "description": "Monitor identifier" } ] }, "docs": "Remove a bankruptcy monitor." } ] } ], "bundled": true }