{ "opencollection": "1.0.0", "info": { "name": "HotelRunner Custom Apps REST Channels API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List connected channels", "type": "http" }, "http": { "method": "GET", "url": "https://app.hotelrunner.com/api/v2/apps/infos/connected_channels", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token for the property." }, { "name": "hr_id", "value": "", "type": "query", "description": "HotelRunner property identifier." } ] }, "docs": "Returns all OTA / sales channels connected to the property along with counts of in-progress, succeeded, and failed distribution updates for each channel." } ] } ], "bundled": true }