Skip to main content

Overview

The Reference Data API provides access to platform-managed catalogs and static reference data that are centrally maintained and replicated across all regions for low-latency reads. These endpoints return read-only reference data that is globally consistent.

Available Reference Types

Authentication

Most reference data endpoints are public read endpoints and do not require authentication. However, write operations (POST, PUT, DELETE) for managed catalogs (transportation modes, room categories) require the X-Admin-Service-Key header for platform administrator access.

Endpoints

Platform-Managed Catalogs

These catalogs are managed by platform administrators and automatically replicated across regions:

Static Reference Data

These endpoints return static reference data:

Data Consistency

Managed catalogs (transportation modes, room categories) are maintained in a central control plane database and automatically replicated to regional mirrors. All read operations query the regional mirrors for low latency, while write operations are gated and trigger automatic replication.

Notes

  • All managed catalog endpoints return only active records by default (isActive: true)
  • Records are sorted by displayOrder (ascending) and then by name (ascending)
  • Soft-deleted records (inactive) are excluded from public read endpoints
  • IDs are UUID v7 format for global uniqueness and temporal ordering