Sabre Custom Theme Mock Server
Manage and customize travel application themes via the Sabre Custom Theme API.
The Custom Theme API allows developers to create, retrieve, update, and delete custom themes for travel applications. This service provides a structured way to manage visual and functional branding configurations, ensuring consistent UI presentation across different travel workflows.
Use this hosted mock server to simulate Sabre Custom Theme 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 theme creation payloads, verify theme retrieval logic, test update operations for branding attributes, and ensure proper error handling when managing theme configurations for travel applications.
General(5 operations)
GET
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/MountainHigh",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "self"
}
],
"Themes": [
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/MountainHigh",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "destinations"
}
],
"Theme": "WinterWonder"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/EastCoast",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/EastCoast",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/MountainHigh",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/EastCoast",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "destinations"
}
],
"Theme": "WinterWonder"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/MountainHigh",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/EastCoast",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/EastCoast",
"rel": "destinations"
}
],
"Theme": "UrbanExploration"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "destinations"
}
],
"Theme": "SunSeeker"
}
]
}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
{
"Destinations": [
"LAX",
"SFO",
"SEA",
"PTJ"
],
"Theme": "MountainHigh"
}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
{
"Destinations": [
"LAX",
"SFO",
"SEA",
"PTJ"
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/WestCoast",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/custom/themes/MountainHigh",
"rel": "self"
}
]
}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
{
"Destinations": [
"LAX",
"SFO",
"SEA",
"PTJ"
],
"Theme": "WestCoast"
}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-theme/v1
sabretravelcustomizationthemerest