{ "opencollection": "1.0.0", "info": { "name": "Taylor Morrison Home Search Communities Design API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Design", "type": "folder" }, "items": [ { "info": { "name": "List Design Options", "type": "http" }, "http": { "method": "GET", "url": "https://www.taylormorrison.com/api/design/options", "params": [ { "name": "plan_id", "value": "", "type": "query", "description": "Floor plan to get options for" }, { "name": "category", "value": "", "type": "query", "description": "Option category filter" } ] }, "docs": "Returns available design selections for a floor plan including structural, exterior, and interior options." } ] } ], "bundled": true }