{ "opencollection": "1.0.0", "info": { "name": "Hospitable Public Calendar Listings API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Listings", "type": "folder" }, "items": [ { "info": { "name": "List channel listings", "type": "http" }, "http": { "method": "GET", "url": "https://public.api.hospitable.com/v2/listings", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Lists the individual channel listings (Airbnb, Vrbo, Booking.com, direct) across the account, each mapped to a Hospitable property." } ] } ], "bundled": true }