Sabre Custom Response View Mock Server
Manage and customize REST API response structures for travel workflows.
The Custom Response View API enables developers to define and retrieve customized response formats for Sabre REST APIs. This service allows for the tailoring of data payloads to match specific application requirements, ensuring efficient data consumption and integration within travel software architectures.
Use this hosted mock server to simulate Sabre Custom Response View APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate custom response mapping, test field filtering logic, verify schema transformations, and ensure your application correctly handles modified JSON structures returned by Sabre services.
General(5 operations)
GET
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/SIMPLE_ITIN_AND_PRICES",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/PRICING_ONLY",
"rel": "self"
}
],
"Views": [
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/SIMPLE_ITIN_AND_PRICES",
"rel": "view"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/SIMPLE_ITIN_AND_PRICES",
"rel": "view"
}
],
"View": "LIGHTWEIGHT"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.POST
{
"Excludes": [
"OTA_AirLowFareSearchRS.Warnings"
],
"Includes": [
"Links"
],
"Name": "NOWARNINGS"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.GET
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/NOWARNINGS",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/NOWARNINGS",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/custom/views/NOWARNINGS",
"rel": "self"
}
],
"View": {
"Excludes": [
"PricedItineraries.TPA_Extensions",
"PricedItineraries.TicketingInfo",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.ElapsedTime",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.MarketingAirline",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.ArrivalTimeZone",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.TPA_Extensions",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.StopQuantity",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.ElapsedTime",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.MarriageGrp",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.Equipment",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.OnTimePerformance",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.OperatingAirline",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.DepartureTimeZone",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.ResBookDesigCode",
"PricedItineraries.AirItinerary.OriginDestinationOptions.OriginDestinationOption.FlightSegment.FlightNumber",
"PricedItineraries.AirItineraryPricingInfo.LastTicketDate",
"PricedItineraries.AirItineraryPricingInfo.PTC_FareBreakdowns.PTC_FareBreakdown.FareBasisCodes",
"PricedItineraries.AirItineraryPricingInfo.PTC_FareBreakdowns.PTC_FareBreakdown.TPA_Extensions",
"PricedItineraries.AirItineraryPricingInfo.PTC_FareBreakdowns.PTC_FareBreakdown.Endorsements",
"PricedItineraries.AirItineraryPricingInfo.PTC_FareBreakdowns.PTC_FareBreakdown.PassengerFare.Taxes.Tax",
"PricedItineraries.AirItineraryPricingInfo.FareInfos",
"PricedItineraries.AirItineraryPricingInfo.TPA_Extensions",
"PricedItineraries.AirItineraryPricingInfo.ItinTotalFare"
],
"Includes": [
"OTA_AirLowFareSearchRS.PricedItineraries.PricedItinerary.AlternateAirport",
"OTA_AirLowFareSearchRS.PricedItineraries.PricedItinerary.SequenceNumber",
"OTA_AirLowFareSearchRS.PricedItineraries.PricedItinerary.TicketingInfo"
],
"Name": "SEGMENT_ONLY"
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.PUT
{
"Excludes": [
"OTA_AirLowFareSearchRS.Warnings"
],
"Includes": [
"Links"
],
"Name": "VIEW_B"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.DELETE
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/custom-response-view/v1
sabretravelrestapi-managementcustomization