{ "opencollection": "1.0.0", "info": { "name": "AgencyZoom Authentication Pipelines API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "Get pipelines by type", "type": "http" }, "http": { "method": "GET", "url": "https://api.agencyzoom.com/v1/api/pipelines" }, "docs": "Get pipelines by type" }, { "info": { "name": "Get pipelines with stages", "type": "http" }, "http": { "method": "GET", "url": "https://api.agencyzoom.com/v1/api/pipelines-and-stages" }, "docs": "Get pipelines with stages" } ] } ], "bundled": true }