Sabre Custom Region Mock Server
Manage and customize travel regions for your Sabre-integrated applications.
The Custom Region API allows developers to define and manage custom geographical regions. Use this service to create, retrieve, update, and delete region definitions to support localized travel workflows and regional data filtering within your Sabre-powered travel applications.
Use this hosted mock server to simulate Sabre Custom Region 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 verify region creation logic, validate custom region naming conventions, test retrieval of supported region lists, and ensure your application correctly handles regional data mapping and error responses for invalid or duplicate region identifiers.
General(7 operations)
GET
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/AFRICA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/ASIA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/ASIA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/EUROPE",
"rel": "self"
}
],
"Regions": [
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/AFRICA",
"rel": "self"
}
],
"Region": "North America"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/ASIA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/EUROPE",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/EUROPE",
"rel": "self"
}
],
"Region": "Central America"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/EUROPE",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/AFRICA",
"rel": "self"
}
],
"Region": "Caribbean"
}
]
}GET
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/ASIA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/EUROPE",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/ASIA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/ASIA",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/regions/EUROPE",
"rel": "self"
}
],
"Region": {
"AirportCodes": [
"AAQ",
"ACE",
"AER",
"AGP",
"ALC"
],
"CountryCodes": [],
"Name": "Europe"
}
}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.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
}
],
"Regions": [
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
}
],
"Region": "NordicCountries"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
}
],
"Region": "NewZealandPacific"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
}
],
"Region": "NewZealandPacific"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NORDIC",
"rel": "self"
}
],
"Region": "WesternEurope"
}
]
}POST
{
"AirportCodes": [
"AAQ",
"ACE",
"AER",
"AGP",
"ALC"
],
"CountryCodes": [],
"Name": "Africa"
}{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions",
"rel": "self"
}
],
"Region": {
"AirportCodes": [
"AAQ",
"ACE",
"AER",
"AGP",
"ALC"
],
"CountryCodes": [],
"Name": "Europe"
}
}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.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
}
],
"Region": {
"AirportCodes": [
"AAQ",
"ACE",
"AER",
"AGP",
"ALC"
],
"CountryCodes": [],
"Name": "Asia"
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.PUT
{
"AirportCodes": [
"AAQ",
"ACE",
"AER",
"AGP",
"ALC"
],
"CountryCodes": [],
"Name": "Europe"
}{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1.0.0/lists/supported/custom/regions/NEWZEALANDPACIFIC",
"rel": "self"
}
],
"Region": {
"AirportCodes": [
"AAQ",
"ACE",
"AER",
"AGP",
"ALC"
],
"CountryCodes": [],
"Name": "South America"
}
}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.Service Homepage: developer.sabre.com/rest-api/custom-region/1.0.0
sabretravelregionsmetadatarest