Sabre website screenshot

Sabre

Sabre Corporation is a leading technology provider for the global travel industry, operating one of the world's largest travel marketplaces through its Global Distribution System (GDS). Sabre provides APIs for air shopping, booking, hotel reservations, car rentals, rail ticketing, and travel agency workflow automation to airlines, hotels, travel agencies, and online travel agencies (OTAs).

7 APIs 0 Features
TravelGDSAirlinesHotelsCar RentalBooking

APIs

Sabre Bargain Finder Max API

Sabre Bargain Finder Max (BFM) API provides low-fare search capabilities for air shopping, returning optimal flight itineraries with pricing across Sabre's global airline conten...

Sabre Air Booking API

Sabre Air Booking API enables flight booking, passenger name record (PNR) creation and management, seat selection, ticketing, and booking modification for travel agencies and on...

Sabre Hotels API

Sabre Hotels API provides hotel search, availability, rate shopping, content retrieval, and booking APIs for travel agencies and OTAs, accessing Sabre's global lodging content c...

Sabre Cars API

Sabre Cars API provides car rental search, availability, rate shopping, reservation, and management APIs for travel agencies and OTAs, connecting to over 40 global car rental br...

Sabre Destination Content API

Sabre Destination Content API provides destination guides, points of interest, geo data, and travel inspiration content for travel applications and itinerary planning tools.

Sabre Booking Management API

Sabre Booking Management API provides unified management of multi-segment travel reservations including flights, hotels, and car rentals within a single booking record. Supports...

Sabre Rail API

Sabre Rail API provides rail ticket search, booking, and management capabilities connecting to over 30 rail operators worldwide for travel agencies and multi-modal booking platf...

Collections

GraphQL

Sabre GraphQL Schema

Sabre Corporation operates one of the world's largest travel Global Distribution Systems (GDS), providing APIs for air shopping, booking, hotel reservations, car rentals, rail t...

GRAPHQL

Pricing Plans

Sabre Plans Pricing

1 plans

PLANS

Rate Limits

Sabre Rate Limits

1 limits

RATE LIMITS

FinOps

Sabre Finops

FINOPS

Semantic Vocabularies

Sabre Context

37 classes · 10 properties

JSON-LD

API Governance Rules

Sabre API Rules

9 rules · 1 errors 4 warnings 4 info

SPECTRAL

JSON Structure

Sabre Air Itinerary Structure

0 properties

JSON STRUCTURE

Sabre Hotel Structure

0 properties

JSON STRUCTURE

Sabre Structure

0 properties

JSON STRUCTURE

Example Payloads

Sabre Get Auth Token Example

2 fields

EXAMPLE

Sabre Hotel Search Example

2 fields

EXAMPLE

Press

Sabre unveils once-in-a-generation company rebuild and ...

2026-05-25

SABR Stock Price, News & Analysis

2026-05-25

Sabre: the open platform powering modern travel

2026-05-25

Sabre Forges 10-Year Partnership with Google to Build ...

2026-05-25

Press Releases Archive

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🔗
Website
Website
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
📦
SDKs
SDKs
🔗
SpectralRules
SpectralRules
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary
🔗
Capabilities
Capabilities

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Sabre Hotels API
  version: 2.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.
- info:
    name: Hotel Booking
    type: folder
  items:
  - info:
      name: Create a hotel reservation
      type: http
    http:
      method: POST
      url: https://api.sabre.com/v2.0.0/hotels/reservations
      body:
        type: json
        data: '{}'
    docs: Books a hotel room and creates a reservation record in Sabre GDS. Returns a confirmation number and hotel-specific
      PNR locator.
  - info:
      name: Retrieve hotel reservation details
      type: http
    http:
      method: GET
      url: https://api.sabre.com/v2.0.0/hotels/reservations/:confirmationId
      params:
      - name: confirmationId
        value: ''
        type: path
        description: Hotel reservation confirmation number
    docs: Returns full details for an existing hotel reservation.
  - info:
      name: Cancel a hotel reservation
      type: http
    http:
      method: DELETE
      url: https://api.sabre.com/v2.0.0/hotels/reservations/:confirmationId
      params:
      - name: confirmationId
        value: ''
        type: path
    docs: Cancels an existing hotel reservation subject to property cancellation policy.
bundled: true