{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Suppliers API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Suppliers", "type": "folder" }, "items": [ { "info": { "name": "Get car rental suppliers", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/cars/suppliers", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves information about car rental suppliers available through Booking.com, including supplier names, logos, and service details." } ] } ], "bundled": true }