{ "opencollection": "1.0.0", "info": { "name": "Streamkap Authentication Pipelines API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "List all pipelines with filtering.", "type": "http" }, "http": { "method": "GET", "url": "https://api.streamkap.com/api/pipelines" }, "docs": "List all pipelines with filtering." }, { "info": { "name": "Create a new pipeline.", "type": "http" }, "http": { "method": "POST", "url": "https://api.streamkap.com/api/pipelines", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new pipeline." }, { "info": { "name": "Retrieve specific pipeline details.", "type": "http" }, "http": { "method": "GET", "url": "https://api.streamkap.com/api/pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Retrieve specific pipeline details." }, { "info": { "name": "Delete a pipeline.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.streamkap.com/api/pipelines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Delete a pipeline." } ] } ], "bundled": true }