Sabre Polygon Info Mock Server

Retrieve detailed polygon information and geographic boundary data for travel planning.

The Get Polygon Info API provides access to geographic polygon data and specific boundary details. Developers can use this service to query location-based information, validate spatial inputs, and integrate geographic metadata into travel applications.

Use this hosted mock server to simulate Sabre Polygon Info 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 geographic boundary lookups, validate polygon coordinate structures, test spatial filtering logic, and handle response parsing for location-based travel services.

Sabre Polygon Info mock server is up and running!

Use this mock URL as the API base in your code to simulate Sabre Polygon Info responses instantly.

https://sabre-polygon-info.mock.beeceptor.com



General

{
  "GetPolygonInfoRQ": {
    "DateRange": {
      "EndDate": "2026-07-14T00:00:00.0Z",
      "StartDate": "2025-10-11T00:00:00.0Z"
    },
    "PolyRef": {
      "Area": "Fort Eliseborough",
      "City": "qi",
      "CountryCode": "EC",
      "Id": 8010,
      "State": "NC"
    }
  }
}
{
  "GetPolygonInfoRS": {
    "ApplicationResults": {
      "Success": [
        {
          "timeStamp": "2026-06-08T09:15:30.999-05:00"
        }
      ]
    },
    "GetPolygonInfoResults": {
      "GetPolygonInfoResult": [
        {
          "Area": "EAST AUSTIN",
          "Category": "HOOD",
          "CountryCode": "CN",
          "HotelCount": 150,
          "Id": 1002,
          "LastUpdated": "2025-09-05",
          "State": "TX"
        }
      ]
    }
  }
}
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.
sabretravelgeographypolygonapi