Point of Sale Country Code Lookup Mock Server
Retrieve supported point of sale country codes and associated names for Sabre travel workflows.
The Point of Sale Country Code Lookup API provides a standardized list of supported point of sale country codes and their corresponding country names, essential for configuring travel application settings and regional compliance.
Use this hosted mock server to simulate Point of Sale Country Code Lookup 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 reference-data mapping, autocomplete behavior, invalid-code handling, and fallback logic for travel metadata such as point of sale country codes.
General
GET
{
"Countries": [
{
"CountryCode": "BR",
"CountryName": "Brazil",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?pointofsalecountry=AU",
"rel": "cityPairsLookup"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?pointofsalecountry=IT",
"rel": "cityPairsLookup"
}
]
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?pointofsalecountry=FR",
"rel": "self"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/point-of-sale-country-code-lookup/v1
sabretravelreference-dataposrest