{ "opencollection": "1.0.0", "info": { "name": "Trulioo Business Verification Authentication Workflows API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Workflows From Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.trulioo.com/customer/v2/workflows" }, "docs": "List all workflows defined in the organization." } ] } ], "bundled": true }