{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Conversations API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "List conversations", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/conversations/list", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a list of messaging conversations, allowing you to browse and manage communication threads between guests and properties." }, { "info": { "name": "Get conversation details", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/conversations/details", "body": { "type": "json", "data": "{}" } }, "docs": "Fetches detailed information about a specific conversation, including participants, message count, and status." } ] } ], "bundled": true }