{ "opencollection": "1.0.0", "info": { "name": "LILT Create Workflows API", "version": "v3.0.3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "Retrieve workflow templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.lilt.com/v2/workflows/templates" }, "docs": "Get all of the possible Workflow Templates owned by the team. Useful for retrieving the ids corresponding to each workflow tables, and passing them to subsequent requests, for example, creating a new Job with a specific Workflow.\nExample CURL:\n```bash curl -X GET 'https://api.lilt.com/v2/workflows/templates?key=API_KEY' ```\n" } ] } ], "bundled": true }