{ "opencollection": "1.0.0", "info": { "name": "Taylor Morrison Home Search Communities Lots API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Lots", "type": "folder" }, "items": [ { "info": { "name": "List Available Lots", "type": "http" }, "http": { "method": "GET", "url": "https://www.taylormorrison.com/api/lots", "params": [ { "name": "community_id", "value": "", "type": "query", "description": "Community to list lots for" }, { "name": "status", "value": "", "type": "query", "description": "Lot availability status" } ] }, "docs": "Returns available lots in a community for to-be-built home construction." } ] } ], "bundled": true }