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