Transportation — entry 028 of 69
Sabre for Developers
Enterprise GDS platform exposing 450+ REST, SOAP, and SDK products spanning air search and booking, NDC content, hotel and car content, and travel-agency workflows, authenticated via OAuth2 client-credentials tokens. A sandbox API key is available to any registered developer, but production access to booking-capable APIs generally requires becoming a Sabre-Connected travel agency or signing a partner/subscriber agreement, making this a contract-priced enterprise product rather than self-serve pay-as-you-go.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingPaidSubscription required — no meaningful free tier.
FormatsJSON, XMLResponses can be requested as JSON or XML.
GreatAPIs Score
Score52
Authentication8/25OAuth flow required
Pricing9/20Paid API
Docs0/20No docs or spec available
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.