{ "opencollection": "1.0.0", "info": { "name": "WeTravel Partner Access token Leads API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Leads", "type": "folder" }, "items": [ { "info": { "name": "Get lead", "type": "http" }, "http": { "method": "GET", "url": "https://api.wetravel.com/v2/lead/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique global ID of the lead" } ] }, "docs": "Get a lead" }, { "info": { "name": "List Leads", "type": "http" }, "http": { "method": "POST", "url": "https://api.wetravel.com/v2/lead", "body": { "type": "json", "data": "{}" } }, "docs": "Get a list of Leads" } ] } ], "bundled": true }