{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Rooms API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rooms", "type": "folder" }, "items": [ { "info": { "name": "List room types", "type": "http" }, "http": { "method": "GET", "url": "https://demandapi.booking.com/3.1/properties/:property_id/rooms", "params": [ { "name": "property_id", "value": "", "type": "path", "description": "Unique identifier of the property on Booking.com" } ] }, "docs": "Retrieves all room types configured for a specific property." }, { "info": { "name": "Create a room type", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/properties/:property_id/rooms", "params": [ { "name": "property_id", "value": "", "type": "path", "description": "Unique identifier of the property on Booking.com" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new room type for a property, including room name, bed configuration, maximum occupancy, and room-level facilities." } ] } ], "bundled": true }