{ "opencollection": "1.0.0", "info": { "name": "Lighthouse Integration Demand Rates API", "version": "3.1" }, "request": { "auth": { "type": "apikey", "key": "X-Oi-Authorization", "value": "{{X-Oi-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "Get Lowest Rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.mylighthouse.com/v3/rates", "params": [ { "name": "subscriptionId", "value": "", "type": "query" }, { "name": "ota", "value": "", "type": "query" }, { "name": "los", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Lowest rates for a hotel and its compset on a given OTA." }, { "info": { "name": "Get Lowest Rates Per Room Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.mylighthouse.com/v3/roomtyperates", "params": [ { "name": "subscriptionId", "value": "", "type": "query" } ] }, "docs": "Lowest rates broken down by room type for a hotel and compset." }, { "info": { "name": "Get Historic Lowest Rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.mylighthouse.com/v3/historic/rates", "params": [ { "name": "subscriptionId", "value": "", "type": "query" }, { "name": "extractDate", "value": "", "type": "query" } ] }, "docs": "Historical lowest rates as captured on a specific extract date." }, { "info": { "name": "Get Historic Lowest Rates Per Room Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.mylighthouse.com/v3/historic/roomtyperates", "params": [ { "name": "subscriptionId", "value": "", "type": "query" }, { "name": "extractDate", "value": "", "type": "query" } ] }, "docs": "Historical room-type lowest rates as captured on a specific extract date." } ] } ], "bundled": true }