{ "opencollection": "1.0.0", "info": { "name": "Cvent Passkey RegLink REST Authentication RoomTypes API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/reglink/v1/authentication/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "RoomTypes", "type": "folder" }, "items": [ { "info": { "name": "List room types for a hotel", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/reglink/v1/hotels/:hotelId/roomTypes", "params": [ { "name": "hotelId", "value": "", "type": "path" } ] }, "docs": "List room types for a hotel" } ] } ], "bundled": true }