{ "opencollection": "1.0.0", "info": { "name": "Flowise APIs assistants leads API", "version": "1.0.0" }, "items": [ { "info": { "name": "leads", "type": "folder" }, "items": [ { "info": { "name": "Create a new lead in a chatflow", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/v1/leads", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new lead associated with a specific chatflow" }, { "info": { "name": "Get all leads for a specific chatflow", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/v1/leads/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Chatflow ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve all leads associated with a specific chatflow" } ] } ], "bundled": true }