{ "opencollection": "1.0.0", "info": { "name": "Rentberry Leads API", "version": "4" }, "items": [ { "info": { "name": "Leads", "type": "folder" }, "items": [ { "info": { "name": "Get lead information for a listing", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v:version/apartment/:id/lead", "params": [ { "name": "id", "value": "", "type": "path", "description": "Listing ID" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Available since API version 3. Returns lead URL and provider information for external listings that support lead generation." } ] } ], "bundled": true }