{ "opencollection": "1.0.0", "info": { "name": "Hostaway Calendar Listing Bed Types API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.hostaway.com/v1/accessTokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Listing Bed Types", "type": "folder" }, "items": [ { "info": { "name": "Hostaway List Listing Bed Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.hostaway.com/v1/listings/:listingId/bedTypes", "params": [ { "name": "listingId", "value": "", "type": "path" } ] }, "docs": "Hostaway List Listing Bed Types" } ] } ], "bundled": true }