{ "opencollection": "1.0.0", "info": { "name": "Sabre Bargain Finder Max Air Shopping Hotel Search API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Hotel Search", "type": "folder" }, "items": [ { "info": { "name": "Search hotel availability and rates", "type": "http" }, "http": { "method": "POST", "url": "https://api.sabre.com/v2.0.0/offers/hotels", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for available hotels in a destination with real-time rate and availability data from Sabre GDS and SynXis distribution. Supports radius search, amenity filters, chain preferences, and rate type filters." }, { "info": { "name": "Get room rates for a specific hotel", "type": "http" }, "http": { "method": "GET", "url": "https://api.sabre.com/v2.0.0/offers/hotels/:hotelCode/rates", "params": [ { "name": "hotelCode", "value": "HTL123456", "type": "path", "description": "Sabre hotel property code (GDS property identifier)" }, { "name": "checkIn", "value": "2026-06-15", "type": "query" }, { "name": "checkOut", "value": "2026-06-18", "type": "query" }, { "name": "adults", "value": "2", "type": "query" }, { "name": "currency", "value": "", "type": "query" } ] }, "docs": "Retrieves detailed room types, rate plans, and pricing for a specific hotel property. Returns cancellation policies, deposit requirements, and available room inventory." } ] } ], "bundled": true }