FLYR Hospitality Platform API

The API tier behind the FLYR Hospitality (Pace Revenue) revenue management platform — Optimize, Insights, Planning and Groups — serving the app.pacerevenue.com console and the native two-way property-management-system integrations. Exposed as a GraphQL endpoint plus REST hosts. All hosts reject anonymous callers and GraphQL introspection is disabled, so no schema is publicly obtainable.

API entry from apis.yml

apis.yml Raw ↑
name: FLYR Hospitality Platform API
description: The API tier behind the FLYR Hospitality (Pace Revenue) revenue management platform — Optimize,
  Insights, Planning and Groups — serving the app.pacerevenue.com console and the native two-way property-management-system
  integrations. Exposed as a GraphQL endpoint plus REST hosts. All hosts reject anonymous callers and
  GraphQL introspection is disabled, so no schema is publicly obtainable.
humanURL: https://www.flyrhospitality.com/integrations
baseURL: https://api.pacerevenue.com/
tags:
- hospitality
- hotel-technology
- revenue-management
- dynamic-pricing
- forecasting
properties:
- type: GraphQL
  url: https://graphql.pacerevenue.com/graphql
- type: Support
  url: https://help.pacerevenue.com/en/
- type: Login
  url: https://app.pacerevenue.com
x-access: customer-gated
x-evidence:
  fetched: '2026-08-04'
  hosts:
  - url: https://api.pacerevenue.com/
    http_status: 403
    note: nginx 403 to anonymous callers; HSTS max-age=31536000 includeSubDomains
  - url: https://graphql.pacerevenue.com/graphql
    http_status: 200
    note: Live Apollo GraphQL endpoint. POST {__schema{queryType{name}}} returns GRAPHQL_VALIDATION_FAILED
      — "GraphQL introspection has been disabled". Schema not published; SDL deliberately NOT reconstructed.
  - url: https://legacy-api.pacerevenue.com/
    http_status: 404
    note: JSON-serving legacy REST host referenced by the console bundle; no spec at any probed path