{ "opencollection": "1.0.0", "info": { "name": "Superblocks Applications Workflows API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.superblocks.com/v1/workflows" }, "docs": "Retrieve a list of all workflows" } ] } ], "bundled": true }