{ "opencollection": "1.0.0", "info": { "name": "Hostaway Calendar Reservation Units 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": "Reservation Units", "type": "folder" }, "items": [ { "info": { "name": "Hostaway List Reservation Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.hostaway.com/v1/reservations/:reservationId/units", "params": [ { "name": "reservationId", "value": "", "type": "path" } ] }, "docs": "Hostaway List Reservation Units" } ] } ], "bundled": true }